replace ports to expose for client container

This commit is contained in:
MaKarin
2026-04-04 21:55:45 +03:00
parent 05946a51b5
commit 6ae61cadb0

View File

@@ -48,7 +48,7 @@ services:
retries: 5
start_period: 90s
expose:
- "3000"
- 3000
networks:
- toir
- proxy
@@ -74,10 +74,8 @@ services:
timeout: 5s
retries: 5
start_period: 10s
ports:
- "${CLIENT_PORT:-8080}:80"
expose:
- "80"
- 80
networks:
- toir
- proxy