Compare commits
No commits in common. "148881ef59903fcb505433308a4928d4aa62c89d" and "5f37d59c6dfe11aeb173e4b44172f1b5facfff27" have entirely different histories.
148881ef59
...
5f37d59c6d
2 changed files with 84 additions and 85 deletions
|
|
@ -32,36 +32,36 @@ services:
|
||||||
- kuma.kuma.http.name=Uptime Kuma
|
- kuma.kuma.http.name=Uptime Kuma
|
||||||
- kuma.kuma.http.url=https://kuma.netgrimoire.com
|
- kuma.kuma.http.url=https://kuma.netgrimoire.com
|
||||||
|
|
||||||
# autokuma:
|
autokuma:
|
||||||
# image: ghcr.io/bigboot/autokuma:latest
|
image: ghcr.io/bigboot/autokuma:latest
|
||||||
# environment:
|
environment:
|
||||||
# AUTOKUMA__KUMA__URL: http://kuma:3001
|
AUTOKUMA__KUMA__URL: http://kuma:3001
|
||||||
# AUTOKUMA__KUMA__USERNAME: traveler
|
AUTOKUMA__KUMA__USERNAME: traveler
|
||||||
# AUTOKUMA__KUMA__PASSWORD: F@lcon12
|
AUTOKUMA__KUMA__PASSWORD: F@lcon12
|
||||||
# AUTOKUMA__TAG_NAME: AutoKuma
|
AUTOKUMA__TAG_NAME: AutoKuma
|
||||||
# AUTOKUMA__DOCKER__SOURCE: "DockerSwarm"
|
AUTOKUMA__DOCKER__SOURCE: "DockerSwarm"
|
||||||
# # AUTOKUMA__MIGRATE: "true"
|
# AUTOKUMA__MIGRATE: "true"
|
||||||
# volumes:
|
volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# - /data/nfs/znas/Docker/AutoKuma:/data
|
- /data/nfs/znas/Docker/AutoKuma:/data
|
||||||
# networks:
|
networks:
|
||||||
# - netgrimoire
|
- netgrimoire
|
||||||
# deploy:
|
deploy:
|
||||||
# placement:
|
placement:
|
||||||
# constraints:
|
constraints:
|
||||||
# - node.role == manager
|
- node.role == manager
|
||||||
## restart_policy:
|
restart_policy:
|
||||||
# condition: on-failure
|
condition: on-failure
|
||||||
### delay: 5s
|
delay: 5s
|
||||||
# labels:
|
labels:
|
||||||
## - diun.enable=true
|
- diun.enable=true
|
||||||
# - homepage.group=Monitoring
|
- homepage.group=Monitoring
|
||||||
# - homepage.name=AutoKuma
|
- homepage.name=AutoKuma
|
||||||
# - homepage.icon=uptime-kuma.png
|
- homepage.icon=uptime-kuma.png
|
||||||
## - homepage.href=https://kuma.netgrimoire.com
|
- homepage.href=https://kuma.netgrimoire.com
|
||||||
# - homepage.description=Kuma Monitor Automation
|
- homepage.description=Kuma Monitor Automation
|
||||||
# - kuma.autokuma.http.name=AutoKuma
|
- kuma.autokuma.http.name=AutoKuma
|
||||||
# - kuma.autokuma.http.url=https://kuma.netgrimoire.com
|
- kuma.autokuma.http.url=https://kuma.netgrimoire.com
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
services:
|
services:
|
||||||
recipe:
|
|
||||||
image: ghcr.io/mealie-recipes/mealie:latest
|
image: ghcr.io/mealie-recipes/mealie:latest
|
||||||
ports:
|
ports:
|
||||||
- "9927:9000"
|
- "9925:9000"
|
||||||
environment:
|
environment:
|
||||||
PUID: "1964"
|
PUID: "1964"
|
||||||
PGID: "1964"
|
PGID: "1964"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue