Skip to content

Commit

Permalink
fix: add restart always to all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkynrg committed Aug 24, 2024
1 parent 99a3e8e commit 6edcda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:

vpn:
container_name: hoomes_vpn
restart: always
hostname: vpn
image: ghcr.io/bubuntux/nordlynx
ports:
Expand All @@ -19,6 +20,7 @@ services:
- net.ipv6.conf.all.disable_ipv6=1

backend:
restart: always
container_name: hoomes_backend
image: pinkynrg/hoomes_backend
environment:
Expand All @@ -34,6 +36,7 @@ services:
- vpn

frontend:
restart: always
container_name: hoomes_frontend
image: pinkynrg/hoomes_frontend
extra_hosts:
Expand All @@ -45,6 +48,7 @@ services:
- external_network

worker:
restart: always
container_name: hoomes_workers
image: pinkynrg/hoomes_backend
environment:
Expand Down

0 comments on commit 6edcda3

Please sign in to comment.