2889ccc655
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
21 lines
285 B
YAML
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
|