Docker fix for api
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user