more testing
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
||||
- 8443:443
|
||||
restart: unless-stopped
|
||||
|
||||
zipline-postgres:
|
||||
container_name: zipline-postgres
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:15
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -43,10 +43,10 @@ services:
|
||||
- CORE_SECRET=${CORE_SECRET}
|
||||
- CORE_HOST=${CORE_HOST}
|
||||
- CORE_PORT=${CORE_PORT}
|
||||
- CORE_DATABASE_URL=postgres://zipline-postgres:postgres@postgres/postgres
|
||||
- CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
|
||||
- CORE_LOGGER=true
|
||||
volumes:
|
||||
- '/mnt/fileserver/files/zipline:/zipline/uploads'
|
||||
- '/mnt/fileserver/files:/zipline/public'
|
||||
depends_on:
|
||||
- 'zipline-postgres'
|
||||
- 'postgres'
|
||||
|
||||
Reference in New Issue
Block a user