Skip to content

Commit

Permalink
Fix docker -compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Oct 21, 2024
1 parent fa85ccc commit 5232577
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions docker/runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,24 +223,4 @@ services:
- ./ssl-game-controller-config:/config
- ./ssl-game-controller-data:/data
command: -address :8081
profiles: ["simulator","diff","game", "RL"]

simulator:
image: ${SUMATRA_IMAGE_SIMULATOR:-sumatra:latest}
command: "-hl --moduli sim_server --autoRef --maxSpeed --initialCommand PREPARE_KICKOFF_BLUE --waitForAis --playingTime ${SUMATRA_TARGET_STAGE_TIME:-0} --timeout ${SUMATRA_TIMEOUT:-0} ${SUMATRA_SIMULATOR_ADDITIONAL_ARGS:-}"
user: "${USER_ID:-1000}:${GROUP_ID:-1000}"
volumes:
- "./temp/${PROJECT_NAME}/simulator/build:/Sumatra/data"
- "./temp/${PROJECT_NAME}/simulator/data:/Sumatra/data"
networks:
- default
profiles: ["RL"]

ai-blue:
image: ${SUMATRA_IMAGE_BLUE:-sumatra:latest}
command: "-hl --moduli sim_client --host simulator --aiBlue ${SUMATRA_AI_ADDITIONAL_ARGS:-}"
user: "${USER_ID:-1000}:${GROUP_ID:-1000}"
environment:
- SUMATRA_INFLUX_DB_URL=${SUMATRA_INFLUX_DB_URL:-http://influxdb:8086}
- SUMATRA_INFLUX_DB_PASSWORD=${SUMATRA_INFLUX_DB_PASSWORD:-}
- SUMATRA_INFLUX_DB_USERNAME=${SUMATRA_INFLUX_DB_USERNAME:-}
profiles: ["simulator","diff","game", "RL"]

0 comments on commit 5232577

Please sign in to comment.