Update docker-compose.yaml
This commit is contained in:
+8
-2
@@ -121,7 +121,7 @@ services:
|
|||||||
- postiz-config:/config/
|
- postiz-config:/config/
|
||||||
- postiz-uploads:/uploads/
|
- postiz-uploads:/uploads/
|
||||||
ports:
|
ports:
|
||||||
- "3020:5000"
|
- "4007:5000"
|
||||||
networks:
|
networks:
|
||||||
- postiz-network
|
- postiz-network
|
||||||
- temporal-network
|
- temporal-network
|
||||||
@@ -141,6 +141,8 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
container_name: spotlight
|
container_name: spotlight
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:8969:8969/tcp
|
||||||
image: ghcr.io/getsentry/spotlight:latest
|
image: ghcr.io/getsentry/spotlight:latest
|
||||||
networks:
|
networks:
|
||||||
- postiz-network
|
- postiz-network
|
||||||
@@ -196,6 +198,8 @@ services:
|
|||||||
temporal:
|
temporal:
|
||||||
container_name: temporal
|
container_name: temporal
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- '127.0.0.1:7233:7233'
|
||||||
image: temporalio/auto-setup:1.28.1
|
image: temporalio/auto-setup:1.28.1
|
||||||
depends_on:
|
depends_on:
|
||||||
temporal-postgresql:
|
temporal-postgresql:
|
||||||
@@ -222,7 +226,7 @@ services:
|
|||||||
retries: 10
|
retries: 10
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/postiz/dynamicconfig:/etc/temporal/config/dynamicconfig
|
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
|
||||||
labels:
|
labels:
|
||||||
kompose.volume.type: configMap
|
kompose.volume.type: configMap
|
||||||
|
|
||||||
@@ -250,6 +254,8 @@ services:
|
|||||||
- TEMPORAL_CORS_ORIGINS=http://127.0.0.1:3000
|
- TEMPORAL_CORS_ORIGINS=http://127.0.0.1:3000
|
||||||
networks:
|
networks:
|
||||||
- temporal-network
|
- temporal-network
|
||||||
|
ports:
|
||||||
|
- '127.0.0.1:8080:8080'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/healthz"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/healthz"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user