Remove temporal exposed port and change host exposed port for postiz
This commit is contained in:
+1
-3
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user