df
This commit is contained in:
parent
818c4a9bd5
commit
651bab9395
1 changed files with 34 additions and 34 deletions
68
green.yaml
68
green.yaml
|
|
@ -115,40 +115,40 @@ services:
|
||||||
# constraints:
|
# constraints:
|
||||||
# - node.hostname == nas
|
# - node.hostname == nas
|
||||||
|
|
||||||
# namer:
|
namer:
|
||||||
# container_name: namer
|
container_name: namer
|
||||||
# image: ghcr.io/theporndatabase/namer:latest
|
image: ghcr.io/theporndatabase/namer:latest
|
||||||
# networks:
|
networks:
|
||||||
# - netgrimoire
|
- netgrimoire
|
||||||
# environment:
|
environment:
|
||||||
# - PUID=1001
|
- PUID=1001
|
||||||
# - PGID=998
|
- PGID=998
|
||||||
# - TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
# - NAMER_CONFIG=/config/namer.cfg
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
# volumes:
|
volumes:
|
||||||
# - /DockerVol/namer/:/config
|
- /DockerVol/namer/:/config
|
||||||
# - /data/nfs/Baxter/Green/:/data
|
- /data/nfs/Baxter/Green/:/data
|
||||||
# ports:
|
ports:
|
||||||
# - 6980:6980
|
- 6980:6980
|
||||||
# restart: always
|
restart: always
|
||||||
# healthcheck: # <- if on a qnap nas, the default health check will not work for you, domain name is the container_name
|
healthcheck: # <- if on a qnap nas, the default health check will not work for you, domain name is the container_name
|
||||||
# test: [ "CMD-SHELL", "curl -f http://namer:6980/api/healthcheck || exit 1" ]
|
test: [ "CMD-SHELL", "curl -f http://namer:6980/api/healthcheck || exit 1" ]
|
||||||
# interval: 1m
|
interval: 1m
|
||||||
# timeout: 30s
|
timeout: 30s
|
||||||
# # retries: 3
|
# retries: 3
|
||||||
# # start_period: 40s
|
# start_period: 40s
|
||||||
# deploy:
|
deploy:
|
||||||
# labels:
|
labels:
|
||||||
# - homepage.group=Green Door
|
- homepage.group=Green Door
|
||||||
# - homepage.name=Name
|
- homepage.name=Name
|
||||||
# - homepage.icon=pritunl.png
|
- homepage.icon=pritunl.png
|
||||||
# - homepage.href=http://namer.netgrimoire.com
|
- homepage.href=http://namer.netgrimoire.com
|
||||||
# - homepage.description=Media Manager
|
- homepage.description=Media Manager
|
||||||
# # - kuma.jgf.http.name="Namer"
|
# - kuma.jgf.http.name="Namer"
|
||||||
# # - kuma.jgf.http.url=http://namer:6980
|
# - kuma.jgf.http.url=http://namer:6980
|
||||||
# placement:
|
placement:
|
||||||
# constraints:
|
constraints:
|
||||||
# - node.hostname == nas
|
- node.hostname == nas
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue