Restore singleParty property

Needed for it to pick up the value. Having it here with no value doesn’t alter the default behavior if it is unspecified in the environment.
This commit is contained in:
Liam Westby 2019-09-11 13:47:41 -05:00
parent d151376999
commit 4c20d51ce4

View File

@ -20,6 +20,7 @@ services:
- "8080:8080"
environment:
- org_libertybikes_restclient_PlayerService_mp_rest_url=http://player:8081
- singleParty
player:
build: player-service
image: libertybikes-player