Update & rename the pterodactly template
Removed the wings service from the template only leaving the panel as the panel + wings are deployed in the "pterodacly with wings" template. Renamed the template from pterodactly > pterodactly panel for better understanding
This commit is contained in:
parent
ac1d98f603
commit
8e75b47829
1 changed files with 3 additions and 40 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.5
|
image: mariadb:11.8
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
["CMD-SHELL", "healthcheck.sh --connect --innodb_initialized || exit 1"]
|
["CMD-SHELL", "healthcheck.sh --connect --innodb_initialized || exit 1"]
|
||||||
|
|
@ -72,6 +72,8 @@ services:
|
||||||
timeout: 1s
|
timeout: 1s
|
||||||
retries: 3
|
retries: 3
|
||||||
environment:
|
environment:
|
||||||
|
- HASHIDS_SALT=$SERVICE_PASSWORD_HASHIDS
|
||||||
|
- HASHIDS_LENGTH=8
|
||||||
- SERVICE_URL_PTERODACTYL_80
|
- SERVICE_URL_PTERODACTYL_80
|
||||||
- ADMIN_EMAIL=${ADMIN_EMAIL:-admin@example.com}
|
- ADMIN_EMAIL=${ADMIN_EMAIL:-admin@example.com}
|
||||||
- ADMIN_USERNAME=${SERVICE_USER_ADMIN}
|
- ADMIN_USERNAME=${SERVICE_USER_ADMIN}
|
||||||
|
|
@ -101,42 +103,3 @@ services:
|
||||||
- MAIL_USERNAME=$MAIL_USERNAME
|
- MAIL_USERNAME=$MAIL_USERNAME
|
||||||
- MAIL_PASSWORD=$MAIL_PASSWORD
|
- MAIL_PASSWORD=$MAIL_PASSWORD
|
||||||
- MAIL_ENCRYPTION=$MAIL_ENCRYPTION
|
- MAIL_ENCRYPTION=$MAIL_ENCRYPTION
|
||||||
|
|
||||||
wings:
|
|
||||||
image: ghcr.io/pterodactyl/wings:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- SERVICE_URL_WINGS_8080
|
|
||||||
- TZ=${TIMEZONE:-UTC}
|
|
||||||
- WINGS_USERNAME=pterodactyl
|
|
||||||
volumes:
|
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
|
|
||||||
- "/var/lib/pterodactyl/:/var/lib/pterodactyl/" # See https://discord.com/channels/122900397965705216/493443725012500490/1272195151309045902
|
|
||||||
- "/tmp/pterodactyl/:/tmp/pterodactyl/" # See https://discord.com/channels/122900397965705216/493443725012500490/1272195151309045902
|
|
||||||
- "wings-logs:/var/log/pterodactyl/"
|
|
||||||
|
|
||||||
- type: bind
|
|
||||||
source: ./etc/config.yml
|
|
||||||
target: /etc/pterodactyl/config.yml
|
|
||||||
content: |
|
|
||||||
docker:
|
|
||||||
network:
|
|
||||||
interface: 172.28.0.1
|
|
||||||
dns:
|
|
||||||
- 1.1.1.1
|
|
||||||
- 1.0.0.1
|
|
||||||
name: pterodactyl_nw
|
|
||||||
ispn: false
|
|
||||||
driver: ""
|
|
||||||
network_mode: pterodactyl_nw
|
|
||||||
is_internal: false
|
|
||||||
enable_icc: true
|
|
||||||
network_mtu: 1500
|
|
||||||
interfaces:
|
|
||||||
v4:
|
|
||||||
subnet: 172.28.0.0/16
|
|
||||||
gateway: 172.28.0.1
|
|
||||||
v6:
|
|
||||||
subnet: fdba:17c8:6c94::/64
|
|
||||||
gateway: fdba:17c8:6c94::1011
|
|
||||||
Loading…
Reference in a new issue