docker-compose.yml: added ttc-webapp
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user