Skip to content

Commit

Permalink
Merge pull request #5 from SUSE/gpfuetzenreuter/restart
Browse files Browse the repository at this point in the history
Start all containers automatically
  • Loading branch information
tacerus authored Feb 17, 2025
2 parents a77d317 + 8144d15 commit 7057bd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,23 @@ services:
volumes:
- /opt/netbox-data:/opt/netbox-data:ro
- /etc/ssl/ca-bundle.pem:/etc/ssl/ca-bundle.pem:ro
restart: unless-stopped
netbox-worker:
env_file: /etc/opt/netbox-docker/netbox.env
image: netbox:${TAG}
pull_policy: never
volumes:
- /opt/netbox-data:/opt/netbox-data:ro
- /etc/ssl/ca-bundle.pem:/etc/ssl/ca-bundle.pem:ro
restart: unless-stopped
netbox-housekeeping:
env_file: /etc/opt/netbox-docker/netbox.env
image: netbox:${TAG}
pull_policy: never
volumes:
- /opt/netbox-data:/opt/netbox-data:ro
- /etc/ssl/ca-bundle.pem:/etc/ssl/ca-bundle.pem:ro
restart: unless-stopped
traefik:
image: traefik:v2.8
container_name: traefik
Expand All @@ -81,5 +84,7 @@ services:
restart: unless-stopped
redis:
env_file: /etc/opt/netbox-docker/redis.env
restart: unless-stopped
redis-cache:
env_file: /etc/opt/netbox-docker/redis-cache.env
restart: unless-stopped

0 comments on commit 7057bd2

Please sign in to comment.