Compare commits

..

4 Commits

Author SHA1 Message Date
Borgal
0a7c2633b1 unifi/restart angepasst 2024-06-28 15:41:39 +00:00
Borgal
78f66e8491 node-red/user deaktiviert 2024-06-28 15:40:52 +00:00
Borgal
b34ba31747 mealie/restart angepasst 2024-06-28 15:40:00 +00:00
Borgal
07a7e94edf paperless/healthcheck aktiviert 2024-06-28 15:38:48 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ services:
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
restart: unless-stopped
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro

View File

@@ -2,7 +2,7 @@ services:
mealie:
container_name: mealie
image: hkotel/mealie:latest
restart: always
restart: unless-stopped
volumes:
- ./data:/app/data
ports:

View File

@@ -2,7 +2,7 @@ services:
nodered:
container_name: node-red
image: nodered/node-red
user: 0:0
#user: 0:0
ports:
- 1880:1880
- 1883:1883

View File

@@ -56,11 +56,11 @@ services:
- broker
ports:
- 8009:8000
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8000"]
# interval: 30s
# timeout: 10s
# retries: 5
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s
timeout: 10s
retries: 5
volumes:
- ./data:/usr/src/paperless/data
- media:/usr/src/paperless/media

View File

@@ -12,7 +12,7 @@ services:
# timeout: 10s
# retries: 5
# start_period: 20s
# restart: unless-stopped
restart: unless-stopped
unifi-network-application:
image: lscr.io/linuxserver/unifi-network-application:latest