mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-14 07:22:05 +00:00
fix(multiplayer): deploy reconnect abandonment maintenance
This commit is contained in:
@@ -58,6 +58,17 @@ services:
|
||||
agones-provider:
|
||||
condition: service_started
|
||||
|
||||
maintenance:
|
||||
build:
|
||||
context: .
|
||||
target: maintenance
|
||||
environment:
|
||||
COSMIC_CLASH_POSTGRES_DSN: postgres://cosmic_clash_test:cosmic_clash_test@database:5432/cosmic_clash_test?sslmode=disable
|
||||
command: ["--dsn=postgres://cosmic_clash_test:cosmic_clash_test@database:5432/cosmic_clash_test?sslmode=disable", "--migrations=/opt/cosmic-clash/migrations", "--interval=1h", "--initial-connect-interval=1s"]
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
game-server:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user