frontend groundwork
All checks were successful
Build and push docker image / Build (pull_request) Successful in 1m39s
Build and release APK / Build APK (pull_request) Successful in 4m29s

This commit is contained in:
2024-08-01 14:39:15 +02:00
parent 07dde5ab58
commit 6ee1d6b300
15 changed files with 403 additions and 164 deletions

View File

@@ -13,6 +13,6 @@ EXPOSE 8000
# Set environment variables used by the deployment. These can be overridden by the user using this image.
ENV NUM_WORKERS=1
ENV OSM_CACHE_DIR=/cache
ENV MEMCACHED_HOST=none
ENV MEMCACHED_HOST_PATH=none
CMD fastapi run src/main.py --port 8000 --workers $NUM_WORKERS