Skip to content

Commit

Permalink
実際に使ったやつ
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Mar 8, 2025
1 parent 3a8c0ee commit 8dfeb97
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docker/real/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
services:
ssl-game-controller:
image: robocupssl/ssl-game-controller:3.11.2
command:
- -visionAddress
- 224.5.23.2:10006
- -trackerAddress
- 224.5.23.2:11010 # not yet overridable by autoRefs
- -publishAddress
- 224.5.23.1:11003
- -address
- :8081
volumes:
- ./config:/config:rw
network_mode: host
ports:
- 8081:8081/tcp
ssl-vision-client:
image: robocupssl/ssl-vision-client:1.6.0
command:
Expand All @@ -18,7 +34,7 @@ services:
- --visionAddress
- 224.5.23.2:10006
- --refereeAddress
- 224.5.23.1:10003
- 224.5.23.1:11003
- --trackerAddress
- 224.5.23.2:11010
network_mode: host
Expand Down

0 comments on commit 8dfeb97

Please sign in to comment.