wr
This commit is contained in:
parent
dad688c164
commit
fac9b16e25
1 changed files with 37 additions and 0 deletions
37
commander.yaml
Normal file
37
commander.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
services:
|
||||
|
||||
cloudcmd:
|
||||
image: coderaiser/cloudcmd
|
||||
container_name: cloudcmd
|
||||
hostname: cloudcmd
|
||||
networks:
|
||||
- netgrimoire
|
||||
ports:
|
||||
- 8024:8000
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
user: "1001:998"
|
||||
volumes:
|
||||
- ~:/root
|
||||
- /:/mnt/fs
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == nas
|
||||
labels:
|
||||
# Diun
|
||||
- "diun.enable=true"
|
||||
|
||||
# Homepage
|
||||
- "homepage.group=Tools"
|
||||
- "homepage.name=Cloud Commander"
|
||||
- "homepage.icon=mdi-cloud"
|
||||
- "homepage.href=https://commander.netgrimoire.com"
|
||||
- "homepage.description=Web File Manager"
|
||||
|
||||
|
||||
# Caddy
|
||||
- "caddy=commander.netgrimoire.com"
|
||||
- "caddy.reverse_proxy={{upstreams 8000}}"
|
||||
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue