feat: Standardise to always restart
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
flame:
|
||||
image: pawelmalak/flame:multiarch
|
||||
container_name: flame
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
environment:
|
||||
- PASSWORD=${FLAME_PASSWORD}
|
||||
volumes:
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
kutt:
|
||||
image: kutt/kutt
|
||||
container_name: kutt
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:6.0-alpine
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
networks:
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
|
||||
postgres:
|
||||
image: postgres:12-alpine
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: user
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
pihole:
|
||||
image: pihole/pihole:latest
|
||||
container_name: pihole
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
unbound:
|
||||
image: mvance/unbound-rpi:latest
|
||||
container_name: unbound
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- "./unbound:/opt/unbound/etc/unbound"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user