Merge branch 'main' into production

This commit is contained in:
Kasper Juul Hermansen 2021-11-14 19:19:10 +01:00
commit 883140f17a
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -2,12 +2,14 @@ version: "3"
services:
db:
restart: always
build:
context: backend/db
env_file:
- .prod.env
server:
restart: always
build:
context: backend/server
ports:
@ -22,6 +24,7 @@ services:
- db
client:
restart: always
build:
context: client
ports: