Adding first protobuf message exchange

This commit is contained in:
David Négrier 2020-09-17 17:14:47 +02:00
parent 9dd3d4bac8
commit 4b55b54a07
16 changed files with 3185 additions and 14 deletions

View file

@ -33,6 +33,7 @@ services:
command: yarn run start
volumes:
- ./front:/usr/src/app
- ./messages:/usr/src/messages/
labels:
- "traefik.http.routers.front.rule=Host(`play.workadventure.localhost`)"
- "traefik.http.routers.front.entryPoints=web,traefik"
@ -75,6 +76,7 @@ services:
ALLOW_ARTILLERY: "true"
volumes:
- ./back:/usr/src/app
- ./messages:/usr/src/messages/
labels:
- "traefik.http.routers.back.rule=Host(`api.workadventure.localhost`)"
- "traefik.http.routers.back.entryPoints=web"