Compare commits
4 Commits
80dcec9d92
...
0a7c2633b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a7c2633b1 | ||
|
|
78f66e8491 | ||
|
|
b34ba31747 | ||
|
|
07a7e94edf |
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ services:
|
||||
mealie:
|
||||
container_name: mealie
|
||||
image: hkotel/mealie:latest
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user