From 34fce584a1e9fb76be40b0d1576de7b369e0e5fe Mon Sep 17 00:00:00 2001 From: naterfute Date: Wed, 9 Apr 2025 22:16:10 -0700 Subject: [PATCH] fix: removed xcommon from pterodactyl template --- blueprints/pterodactyl/docker-compose.yml | 34 ----------------------- 1 file changed, 34 deletions(-) diff --git a/blueprints/pterodactyl/docker-compose.yml b/blueprints/pterodactyl/docker-compose.yml index c7ebf034..1e6b303c 100644 --- a/blueprints/pterodactyl/docker-compose.yml +++ b/blueprints/pterodactyl/docker-compose.yml @@ -1,37 +1,3 @@ -version: '3.8' -x-common: - database: - &db-environment - # Do not remove the "&db-password" from the end of the line below, it is important - # for Panel functionality. - MYSQL_PASSWORD: &db-password "CHANGE_ME" - MYSQL_ROOT_PASSWORD: "CHANGE_ME_TOO" - panel: - &panel-environment - APP_URL: "http://example.com" - # A list of valid timezones can be found here: http://php.net/manual/en/timezones.php - APP_TIMEZONE: "UTC" - APP_SERVICE_AUTHOR: "noreply@example.com" - # Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt - # to generate an SSL certificate for the Panel. - # LE_EMAIL: "" - mail: - &mail-environment - MAIL_FROM: "noreply@example.com" - MAIL_DRIVER: "smtp" - MAIL_HOST: "mail" - MAIL_PORT: "1025" - MAIL_USERNAME: "" - MAIL_PASSWORD: "" - MAIL_ENCRYPTION: "true" - -# -# ------------------------------------------------------------------------------------------ -# DANGER ZONE BELOW -# -# The remainder of this file likely does not need to be changed. Please only make modifications -# below if you understand what you are doing. -# services: database: image: mariadb:10.5