Skip to content

Commit

Permalink
Auto restart all services
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc committed Apr 14, 2022
1 parent efed0e2 commit 9eabe35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.5"

services:
foxglove:
restart: always
# build: ./foxglove
image: ghcr.io/jpc/studio:latest
command: caddy run
Expand All @@ -12,12 +13,14 @@ services:
- "8080:8080"

ros-bridge:
restart: always
# build: ./ros-bridge
image: ghcr.io/jpc/ros-bridge:latest
ports:
- "9090"

carla:
restart: always
image: carlasim/carla:0.9.12
command: ./CarlaUE4.sh -RenderOffScreen -nosound
ports:
Expand Down

0 comments on commit 9eabe35

Please sign in to comment.