added full container name for postgres connection
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user