Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt
2023-05-17 09:18:08 +02:00
parent a4ed5449e9
commit 7f01d39909
20 changed files with 133 additions and 37 deletions

18
docker-compose-prod.yml Normal file
View File

@ -0,0 +1,18 @@
services:
astro:
build:
context: astro
target: prod
ports:
- 3000:3000
payload:
build:
context: payload
target: prod
ports:
- 3001:3001
mongo:
ports:
- 27017:27017