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: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
restart: always restart: unless-stopped
volumes: volumes:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro

View File

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

View File

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

View File

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

View File

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