|
|
@ -1,8 +1,15 @@
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
server:
|
|
|
|
server:
|
|
|
|
command: --debug --dbaddr db --dbuser pokerogue --dbpass pokerogue --dbname pokeroguedb --gameurl http://localhost:8000 --callbackurl http://localhost:8001
|
|
|
|
|
|
|
|
image: ghcr.io/pagefaultgames/rogueserver:master
|
|
|
|
image: ghcr.io/pagefaultgames/rogueserver:master
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
|
|
|
debug: true
|
|
|
|
|
|
|
|
dbaddr: db
|
|
|
|
|
|
|
|
dbuser: pokerogue
|
|
|
|
|
|
|
|
dbpass: pokerogue
|
|
|
|
|
|
|
|
dbname: pokeroguedb
|
|
|
|
|
|
|
|
gameurl: http://localhost:8000
|
|
|
|
|
|
|
|
callbackurl: http://localhost:8001
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
db:
|
|
|
|
db:
|
|
|
|
condition: service_healthy
|
|
|
|
condition: service_healthy
|
|
|
|