mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update apps/dokploy/templates/zipline/docker-compose.yml
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bd84793780
commit
5c1e24f4f3
@@ -36,8 +36,8 @@ services:
|
|||||||
- CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
|
- CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
|
||||||
- CORE_LOGGER=${ZIPLINE_LOGGER}
|
- CORE_LOGGER=${ZIPLINE_LOGGER}
|
||||||
volumes:
|
volumes:
|
||||||
- './uploads:/zipline/uploads'
|
- '../files/uploads:/zipline/uploads'
|
||||||
- './public:/zipline/public'
|
- '../files/public:/zipline/public'
|
||||||
depends_on:
|
depends_on:
|
||||||
- 'postgres'
|
- 'postgres'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user