Moving docker-compose prod file to contrib/docker

This commit is contained in:
David Négrier 2021-02-03 12:29:41 +01:00
parent cc53023586
commit 4efa308473
2 changed files with 6 additions and 3 deletions

View File

@ -15,3 +15,6 @@ TURN_PASSWORD=
# The URL used by default, in the form: "/_/global/map/url.json" # The URL used by default, in the form: "/_/global/map/url.json"
START_ROOM_URL=/_/global/maps.workadventu.re/Floor0/floor0.json START_ROOM_URL=/_/global/maps.workadventu.re/Floor0/floor0.json
# The email address used by Let's encrypt to send renewal warnings (compulsory)
ACME_EMAIL=

View File

@ -30,7 +30,7 @@ services:
front: front:
build: build:
context: . context: ../..
dockerfile: front/Dockerfile dockerfile: front/Dockerfile
#image: thecodingmachine/workadventure-front:master #image: thecodingmachine/workadventure-front:master
environment: environment:
@ -55,7 +55,7 @@ services:
pusher: pusher:
build: build:
context: . context: ../..
dockerfile: pusher/Dockerfile dockerfile: pusher/Dockerfile
#image: thecodingmachine/workadventure-pusher:master #image: thecodingmachine/workadventure-pusher:master
command: yarn run runprod command: yarn run runprod
@ -78,7 +78,7 @@ services:
back: back:
build: build:
context: . context: ../..
dockerfile: back/Dockerfile dockerfile: back/Dockerfile
#image: thecodingmachine/workadventure-back:master #image: thecodingmachine/workadventure-back:master
command: yarn run runprod command: yarn run runprod