Files
frontend-development-kickst…/docker-compose.yml

15 lines
260 B
YAML
Raw Normal View History

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'