Remove temporal exposed port and change host exposed port for postiz

This commit is contained in:
2026-06-08 01:48:31 +00:00
parent dd4ec1105e
commit b84edd48c6
+1 -3
View File
@@ -113,7 +113,7 @@ services:
- postiz-config:/config/ - postiz-config:/config/
- postiz-uploads:/uploads/ - postiz-uploads:/uploads/
ports: ports:
- "4000:5000" - "3020:5000"
networks: networks:
- postiz-network - postiz-network
- temporal-network - temporal-network
@@ -188,8 +188,6 @@ services:
temporal: temporal:
container_name: temporal container_name: temporal
restart: always restart: always
ports:
- '7233:7233'
image: temporalio/auto-setup:1.28.1 image: temporalio/auto-setup:1.28.1
depends_on: depends_on:
temporal-postgresql: temporal-postgresql: