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