generated from DAM/ts-TEMPLATE
manual init
This commit is contained in:
@@ -121,8 +121,8 @@ services:
|
||||
# LINK_DRIP_SHORT_LINK_DOMAIN: "dripl.ink"
|
||||
|
||||
volumes:
|
||||
- postiz-config:/config/
|
||||
- postiz-uploads:/uploads/
|
||||
- ./postiz-config:/config/
|
||||
- ./postiz-uploads:/uploads/
|
||||
# ports:
|
||||
# - 5000:5000
|
||||
network_mode: service:postiz-ts
|
||||
@@ -141,9 +141,10 @@ services:
|
||||
POSTGRES_USER: postiz-user
|
||||
POSTGRES_DB: postiz-db-local
|
||||
volumes:
|
||||
- postgres-volume:/var/lib/postgresql/data
|
||||
networks:
|
||||
- postiz-network
|
||||
- ./postgres-volume:/var/lib/postgresql/data
|
||||
network_mode: service:postiz-ts
|
||||
depends_on:
|
||||
- postiz-ts
|
||||
healthcheck:
|
||||
test: pg_isready -U postiz-user -d postiz-db-local
|
||||
interval: 10s
|
||||
@@ -159,7 +160,7 @@ services:
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
volumes:
|
||||
- postiz-redis-data:/data
|
||||
- ./postiz-redis-data:/data
|
||||
network_mode: service:postiz-ts
|
||||
depends_on:
|
||||
- postiz-ts
|
||||
@@ -174,17 +175,3 @@ services:
|
||||
network_mode: service:postiz-ts
|
||||
depends_on:
|
||||
- postiz-ts
|
||||
|
||||
|
||||
volumes:
|
||||
postgres-volume:
|
||||
external: false
|
||||
|
||||
postiz-redis-data:
|
||||
external: false
|
||||
|
||||
postiz-config:
|
||||
external: false
|
||||
|
||||
postiz-uploads:
|
||||
external: false
|
||||
|
||||
Reference in New Issue
Block a user