fdsa
This commit is contained in:
parent
aa9a80572f
commit
81bbaa3260
2 changed files with 43 additions and 37 deletions
43
cloudcmd.yaml
Executable file
43
cloudcmd.yaml
Executable file
|
|
@ -0,0 +1,43 @@
|
||||||
|
services:
|
||||||
|
|
||||||
|
cloudcmd:
|
||||||
|
image: coderaiser/cloudcmd
|
||||||
|
container_name: cloudcmd
|
||||||
|
hostname: cloudcmd
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
environment:
|
||||||
|
- PUID: 1001
|
||||||
|
- PGID: 998
|
||||||
|
- TZ: America/Chicago
|
||||||
|
volumes:
|
||||||
|
- ~:/root
|
||||||
|
- /:/mnt/fs
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
- homepage.group=Application
|
||||||
|
- homepage.name=Cloud Commander
|
||||||
|
- homepage.icon=cloudcmd.png
|
||||||
|
- homepage.href=http://commander.netgrimoire.com
|
||||||
|
- homepage.description=Cloud Commander
|
||||||
|
- kuma.mealie.http.name="Cloudcmd
|
||||||
|
- kuma.mealie.http.url=http://cloudcmd:8000
|
||||||
|
- caddy=commander.netgrimoire.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 8000}}"
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.hostname == nas
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
services:
|
|
||||||
recipe:
|
|
||||||
container_name: mealie
|
|
||||||
image: ghcr.io/mealie-recipes/mealie:latest
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- 9925:9000
|
|
||||||
environment:
|
|
||||||
PUID: 1001
|
|
||||||
PGID: 998
|
|
||||||
TZ: America/Chicago
|
|
||||||
ALLOW_SIGNUP: "true"
|
|
||||||
MAX_WORKERS: 1
|
|
||||||
WEB_CONCURRENCY: 1
|
|
||||||
networks:
|
|
||||||
- netgrimoire
|
|
||||||
deploy:
|
|
||||||
labels:
|
|
||||||
- homepage.group=Application
|
|
||||||
- homepage.name=Mealie
|
|
||||||
- homepage.icon=mealie.png
|
|
||||||
- homepage.href=http://Recipe.netgrimoire.com
|
|
||||||
- homepage.description=Recipe Manager
|
|
||||||
- kuma.mealie.http.name="Mealie"
|
|
||||||
- kuma.mealie.http.url=http://recipe:9000
|
|
||||||
- caddy=recipe.netgrimoire.com
|
|
||||||
- caddy.import=authentik
|
|
||||||
- caddy.reverse_proxy="{{upstreams 9000}}"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- /data/nfs/Baxter/Docker/mealie:/app/data
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
|
||||||
netgrimoire:
|
|
||||||
external: true
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue