Everything seems to be working with FastAPI 110 now!! Need to work on SQLAlchemy upgrade to 2.0.29 soon.

This commit is contained in:
Scott Idem
2024-04-26 17:58:17 -04:00
parent f43f13b9e1
commit 341f5ccbee
6 changed files with 140 additions and 36 deletions

View File

@@ -139,6 +139,9 @@ services:
dockerfile: aether_fastapi_gunicorn.Dockerfile
env_file:
- ./.env
environment:
- PUID=1000
- PGID=1000
ports:
- "${AE_API_GUNICORN_PORT}:5005"
extra_hosts:
@@ -165,7 +168,9 @@ services:
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
# - ./tmp/ae_api:/tmp
- ./temp/ae_api:/temp
# - ./tmp/root/aether_fastapi_requirements_current.txt:/aether_fastapi_requirements_current.txt
# - ./temp/ae_api/aether_fastapi_requirements_current.txt:/temp/aether_fastapi_requirements_current.txt
# - ./tmp/test:/var
# links:
# - redis
depends_on: