Docker fix for api

This commit is contained in:
Aodhan
2025-07-08 23:09:57 +01:00
parent 65c1972c49
commit a7c14351e9

View File

@@ -13,6 +13,8 @@ services:
- PSQL_DBNAME=${PSQL_DBNAME:-ffxi_items}
ports:
- "8000:8000"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./backend/app:/app/app
networks: