fix(multiplayer): deploy reconnect abandonment maintenance

This commit is contained in:
Josh Creek
2026-09-03 21:05:58 +01:00
parent a4de140424
commit bcc2639a33
8 changed files with 155 additions and 2 deletions
+11
View File
@@ -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: .