mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-14 14:23:08 +01:00
Merge pull request #53 from n1ghtshade/v8.6
Fix teamspeak3 syntax error and Auto accept license
This commit is contained in:
@@ -34,6 +34,16 @@
|
|||||||
- '/opt/appdata/{{pgrole}}/logs'
|
- '/opt/appdata/{{pgrole}}/logs'
|
||||||
|
|
||||||
# LABELS ######################################################################
|
# LABELS ######################################################################
|
||||||
|
|
||||||
|
- name: 'Adding Traefik'
|
||||||
|
set_fact:
|
||||||
|
pg_labels:
|
||||||
|
traefik.enable: 'false'
|
||||||
|
traefik.port: '{{intport}}'
|
||||||
|
traefik.frontend.auth.forward.address: '{{gauth}}'
|
||||||
|
traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}},{{tldset}}'
|
||||||
|
# VOLUMES #########
|
||||||
|
|
||||||
- name: 'Setting PG Volumes'
|
- name: 'Setting PG Volumes'
|
||||||
set_fact:
|
set_fact:
|
||||||
pg_volumes:
|
pg_volumes:
|
||||||
@@ -59,6 +69,7 @@
|
|||||||
- '{{ports.stdout}}{{extport3}}:{{intport3}}'
|
- '{{ports.stdout}}{{extport3}}:{{intport3}}'
|
||||||
volumes: '{{pg_volumes}}'
|
volumes: '{{pg_volumes}}'
|
||||||
env: '{{pg_env}}'
|
env: '{{pg_env}}'
|
||||||
|
command: license_accepted=1
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- name: plexguide
|
- name: plexguide
|
||||||
|
|||||||
Reference in New Issue
Block a user