Adding first protobuf message exchange
This commit is contained in:
parent
9dd3d4bac8
commit
4b55b54a07
16 changed files with 3185 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue