15 lines
260 B
YAML
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'
|