simple_site #1

Merged
sinibaldi merged 8 commits from simple_site into main 2025-03-05 11:03:18 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 3835ef0cbc - Show all commits

View File

@ -12,7 +12,7 @@ services:
environment: environment:
- APP_NAME=App1 - APP_NAME=App1
ports: ports:
- "3001:3000" - ":3000"
networks: networks:
- cluster - cluster
@ -21,7 +21,7 @@ services:
environment: environment:
- APP_NAME=App2 - APP_NAME=App2
ports: ports:
- "3002:3000" - ":3000"
networks: networks:
- cluster - cluster
@ -30,7 +30,7 @@ services:
environment: environment:
- APP_NAME=App3 - APP_NAME=App3
ports: ports:
- "3003:3000" - ":3000"
networks: networks:
- cluster - cluster