kios-webapp/docker-compose-prod.yml
Max Schmidt 7f01d39909 heyy
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-17 09:18:08 +02:00

19 lines
234 B
YAML

services:
astro:
build:
context: astro
target: prod
ports:
- 3000:3000
payload:
build:
context: payload
target: prod
ports:
- 3001:3001
mongo:
ports:
- 27017:27017