added and updated restart policies
This commit is contained in:
+4
-1
@@ -10,6 +10,7 @@ services:
|
||||
ports:
|
||||
- 8280:8080
|
||||
- 6260:6060
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/crowdsec/config:/etc/crowdsec
|
||||
- ${DOCKERCONFIGS}/crowdsec/config/acquis.d:/etc/crowdsec/acquis.d
|
||||
@@ -58,6 +59,7 @@ services:
|
||||
- GOTIFY_DEFAULTUSER_PASS=ArTjhptrA6CTCnWH8DA5sq
|
||||
ports:
|
||||
- 8001:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/gotify/data:/app/data
|
||||
|
||||
@@ -154,6 +156,7 @@ services:
|
||||
- SECONDARY_HOST_2_BASE_URL=http://192.168.1.6:80
|
||||
- SECONDARY_HOST_2_PASSWORD=${WEBPASSWORD}
|
||||
- INTERVAL_MINUTES=30
|
||||
restart: always
|
||||
|
||||
pihole:
|
||||
container_name: pihole
|
||||
@@ -211,7 +214,7 @@ services:
|
||||
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
||||
ports:
|
||||
- 8055:8080
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/trilium/data:/home/node/trilium-data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user