mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
style: adjust formatting of zipline
This commit is contained in:
+26
-26
@@ -1136,32 +1136,32 @@ services:
|
||||
- all
|
||||
|
||||
zipline:
|
||||
image: ghcr.io/diced/zipline:latest
|
||||
container_name: zipline
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3000
|
||||
environment:
|
||||
- DATABASE_URL=postgres://${ZIPLINE_POSTGRES_USER:-zipline}:${ZIPLINE_POSTGRES_PASSWORD}@zipline-db:5432/${ZIPLINE_POSTGRES_DB:-zipline}
|
||||
- CORE_SECRET=${ZIPLINE_CORE_SECRET?}
|
||||
depends_on:
|
||||
zipline-db:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- './data/zipline/uploads:/zipline/uploads'
|
||||
- './data/zipline/public:/zipline/public'
|
||||
- './data/zipline/themes:/zipline/themes'
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.zipline.rule=Host(`${ZIPLINE_HOSTNAME?}`)"
|
||||
- "traefik.http.routers.zipline.entrypoints=websecure"
|
||||
- "traefik.http.routers.zipline.tls.certresolver=myresolver"
|
||||
- "flame.type=app"
|
||||
- "flame.name=Zipline"
|
||||
- "flame.url=https://${ZIPLINE_HOSTNAME}"
|
||||
profiles:
|
||||
- zipline
|
||||
- all
|
||||
image: ghcr.io/diced/zipline:latest
|
||||
container_name: zipline
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3000
|
||||
environment:
|
||||
- DATABASE_URL=postgres://${ZIPLINE_POSTGRES_USER:-zipline}:${ZIPLINE_POSTGRES_PASSWORD}@zipline-db:5432/${ZIPLINE_POSTGRES_DB:-zipline}
|
||||
- CORE_SECRET=${ZIPLINE_CORE_SECRET?}
|
||||
depends_on:
|
||||
zipline-db:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- './data/zipline/uploads:/zipline/uploads'
|
||||
- './data/zipline/public:/zipline/public'
|
||||
- './data/zipline/themes:/zipline/themes'
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.zipline.rule=Host(`${ZIPLINE_HOSTNAME?}`)"
|
||||
- "traefik.http.routers.zipline.entrypoints=websecure"
|
||||
- "traefik.http.routers.zipline.tls.certresolver=myresolver"
|
||||
- "flame.type=app"
|
||||
- "flame.name=Zipline"
|
||||
- "flame.url=https://${ZIPLINE_HOSTNAME}"
|
||||
profiles:
|
||||
- zipline
|
||||
- all
|
||||
|
||||
zipline-db:
|
||||
image: postgres:16
|
||||
|
||||
Reference in New Issue
Block a user