more testing

This commit is contained in:
2023-05-09 12:00:14 -05:00
parent ec0be3b6ee
commit 72176d2e28

View File

@@ -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'