Advertisement
Guest User

dsfdsfewfedxf-comp

a guest
Mar 11th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.95 KB | None | 0 0
  1.  swag:
  2.     image: ghcr.io/linuxserver/swag:latest
  3.     environment:
  4.       TZ: 'America/Chicago'
  5.       URL: domain.rocks
  6.       SUBDOMAINS: wildcard
  7.       FILE__EMAIL: '/run/secrets/CloudFlare-Email'
  8.       PUID: 1000
  9.       PGID: 1000
  10.       VALIDATION: dns
  11.       ONLY_SUBDOMAINS: 'true'
  12.       DNSPLUGIN: 'cloudflare'
  13.       FILE__MAXMINDDB_LICENSE_KEY: '/run/secrets/Maxmind-Key'
  14.       INFLUX_HOST: influxdb
  15.       INFLUX_HOST_PORT: 8086
  16.       INFLUX_DATABASE: nginx
  17.       INFLUX_USER: nginx
  18.       FILE__INFLUX_PASS: '/run/secrets/Influx-PW'
  19.       SEND_NGINX_LOGS: 'true'
  20.       GEOIP2INFLUX_LOG_LEVEL: info
  21.     volumes:
  22.      - '/opt/docker/configs/swag/config:/config:rw'
  23.       - '/mnt/e/Docker/Logs/swag:/config/log:rw'
  24.     ports:
  25.      - 443:443
  26.       - 80:80
  27.     secrets:
  28.      - Influx-PW
  29.       - CloudFlare-Email
  30.       - Maxmind-Key
  31.     deploy:
  32.       mode: global
  33.       restart_policy:
  34.         condition: any
  35.     networks:
  36.      - ocm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement