added full container name for postgres connection

This commit is contained in:
2023-05-09 11:57:23 -05:00
parent dec7ba5c6c
commit 232a41b424

View File

@@ -41,7 +41,7 @@ services:
- CORE_SECRET=${CORE_SECRET}
- CORE_HOST=${CORE_HOST}
- CORE_PORT=${CORE_PORT}
- CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
- CORE_DATABASE_URL=zipline-postgres://postgres:postgres@postgres/postgres
- CORE_LOGGER=true
volumes:
- '/mnt/fileserver/files/zipline:/zipline/uploads'