diff --git a/green.yaml b/green.yaml index 8ed5971..a07a62a 100644 --- a/green.yaml +++ b/green.yaml @@ -44,8 +44,6 @@ services: ## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section # network_mode: host environment: - - PGID=998 - - PUID=1001 - STASH_STASH=/data/ - STASH_GENERATED=/generated/ - STASH_METADATA=/metadata/ @@ -80,40 +78,40 @@ services: constraints: - node.hostname == nas - namer: - container_name: namer - image: ghcr.io/theporndatabase/namer:latest - networks: - - netgrimoire - environment: - - PUID=1001 - - PGID=998 - - TZ=America/Chicago - - NAMER_CONFIG=/config/namer.cfg - volumes: - - /DockerVol/namer/:/config - - /data/nfs/Baxter/Green/:/data - ports: - - 6980:6980 - restart: always - 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" ] - interval: 1m - timeout: 30s - # retries: 3 - # start_period: 40s - deploy: - labels: - - homepage.group=Green Door - - homepage.name=Name - - homepage.icon=pritunl.png - - homepage.href=http://namer.netgrimoire.com - - homepage.description=Media Manager - # - kuma.jgf.http.name="Namer" - # - kuma.jgf.http.url=http://namer:6980 - placement: - constraints: - - node.hostname == nas + # namer: + # container_name: namer + # image: ghcr.io/theporndatabase/namer:latest + # networks: + # - netgrimoire + # environment: + # - PUID=1001 + # - PGID=998 + # - TZ=America/Chicago + # - NAMER_CONFIG=/config/namer.cfg + # volumes: + # - /DockerVol/namer/:/config + # - /data/nfs/Baxter/Green/:/data + # ports: + # - 6980:6980 + # restart: always + # 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" ] + # interval: 1m + # timeout: 30s + # # retries: 3 + # # start_period: 40s + # deploy: + # labels: + # - homepage.group=Green Door + # - homepage.name=Name + # - homepage.icon=pritunl.png + # - homepage.href=http://namer.netgrimoire.com + # - homepage.description=Media Manager + # # - kuma.jgf.http.name="Namer" + # # - kuma.jgf.http.url=http://namer:6980 + # placement: + # constraints: + # - node.hostname == nas networks: