mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-01 22:03:58 +01:00
Update mcmyadmin2.yml
This commit is contained in:
@@ -16,8 +16,6 @@
|
|||||||
pgrole: 'mcmyadmin2'
|
pgrole: 'mcmyadmin2'
|
||||||
intport: '8080'
|
intport: '8080'
|
||||||
extport: '8088'
|
extport: '8088'
|
||||||
intport2: '25565'
|
|
||||||
extport2: '25565'
|
|
||||||
image: 'linuxserver/mcmyadmin2'
|
image: 'linuxserver/mcmyadmin2'
|
||||||
|
|
||||||
- name: 'Including cron job'
|
- name: 'Including cron job'
|
||||||
@@ -48,12 +46,13 @@
|
|||||||
traefik.frontend.auth.forward.address: '{{gauth}}'
|
traefik.frontend.auth.forward.address: '{{gauth}}'
|
||||||
traefik.enable: 'true'
|
traefik.enable: 'true'
|
||||||
traefik.port: '{{intport}}'
|
traefik.port: '{{intport}}'
|
||||||
traefik.frontend.rule: 'Host:minecraft.{{domain.stdout}},{{tldset}}'
|
traefik.frontend.rule: 'Host:mcmyadmin.{{domain.stdout}},{{tldset}}'
|
||||||
|
|
||||||
- name: 'Setting PG Volumes'
|
- name: 'Setting PG Volumes'
|
||||||
set_fact:
|
set_fact:
|
||||||
pg_volumes:
|
pg_volumes:
|
||||||
- '/opt/appdata/{{pgrole}}:/minecraft'
|
- '/opt/appdata/{{pgrole}}/mcmyadmin:/minecraft'
|
||||||
|
- '/opt/appdata/{{pgrole}}/Minecraft:/Minecraft'
|
||||||
- '{{path.stdout}}:{{path.stdout}}'
|
- '{{path.stdout}}:{{path.stdout}}'
|
||||||
- '/mnt:/mnt'
|
- '/mnt:/mnt'
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
@@ -75,6 +74,7 @@
|
|||||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||||
- '25565:25565/tcp'
|
- '25565:25565/tcp'
|
||||||
- '25566:25566/tcp'
|
- '25566:25566/tcp'
|
||||||
|
- '25567:25567/tcp'
|
||||||
volumes: '{{pg_volumes}}'
|
volumes: '{{pg_volumes}}'
|
||||||
env: '{{pg_env}}'
|
env: '{{pg_env}}'
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user