kios-webapp/docker-compose-prod.yml
Max Schmidt 2889ccc655 heya
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-17 12:27:22 +02:00

21 lines
285 B
YAML

services:
astro:
build:
context: astro
target: prod
environment:
PAYLOAD_URL: ${PAYLOAD_URL}
ports:
- 3000:3000
payload:
build:
context: payload
target: prod
ports:
- 3001:3001
mongo:
ports:
- 27017:27017