41 lines
886 B
YAML
Executable file
41 lines
886 B
YAML
Executable file
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
|
|
deploy:
|
|
labels:
|
|
- homepage.group=Application
|
|
- homepage.name=Cloud Commander
|
|
- homepage.icon=cloudcmd.png
|
|
- homepage.href=http://commander.netgrimoire.com
|
|
- homepage.description=Cloud Commander
|
|
- kuma.cloud.http.name="Cloudcmd
|
|
- kuma.cloud.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
|
|
|
|
|
|
|
|
|