sadf
This commit is contained in:
parent
60dfb9b2a6
commit
6409c02351
1 changed files with 31 additions and 0 deletions
31
cabins.yaml
Normal file
31
cabins.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
|
||||||
|
services:
|
||||||
|
ethercalc:
|
||||||
|
image: audreyt/ethercalc
|
||||||
|
container_name: ethercalc
|
||||||
|
ports:
|
||||||
|
- "8101:8000"
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/ethercalc:/data
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
user: "1001:998"
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
homepage.group: "Application"
|
||||||
|
homepage.name: "Cabins"
|
||||||
|
homepage.icon: "random.png"
|
||||||
|
homepage.href: "https://cabins.netgrimoire.com"
|
||||||
|
homepage.description: "Ethercalc"
|
||||||
|
caddy: "cabins.netgrimoire.com"
|
||||||
|
# caddy.import: "authentik"
|
||||||
|
caddy.reverse_proxy: "{{upstreams 8000}}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue