docker-compose.yml: added ttc-webapp

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-25 21:09:37 +07:00
parent 7c74d43dd4
commit d6be044ce0

View File

@@ -5,3 +5,10 @@ services:
restart: always
ports:
- '8999:80'
ttc-webapp:
image: ttc-frontend:latest
container_name: ttc-webapp
restart: always
ports:
- '9000:80'