Docker fix for api
This commit is contained in:
@@ -13,6 +13,8 @@ services:
|
|||||||
- PSQL_DBNAME=${PSQL_DBNAME:-ffxi_items}
|
- PSQL_DBNAME=${PSQL_DBNAME:-ffxi_items}
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/app:/app/app
|
- ./backend/app:/app/app
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user