test(multiplayer): drive compose proposal orchestration

This commit is contained in:
Josh Creek
2026-09-01 17:58:37 +01:00
parent 00d6b1edd3
commit 063dff463d
5 changed files with 66 additions and 1 deletions
+11
View File
@@ -25,6 +25,17 @@ services:
ports:
- "18080:8080"
matcher:
build:
context: .
target: matcher
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", "--playlist=casual", "--size=6", "--interval=1s"]
depends_on:
database:
condition: service_healthy
game-server:
build:
context: .