Files
frontend-development-kickst…/docker-compose.yml
2025-11-25 21:09:37 +07:00

15 lines
260 B
YAML

services:
webapp:
image: accounting-frontend:latest
container_name: webapp
restart: always
ports:
- '8999:80'
ttc-webapp:
image: ttc-frontend:latest
container_name: ttc-webapp
restart: always
ports:
- '9000:80'