mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-14 06:42:02 +00:00
test(multiplayer): drive compose proposal orchestration
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user