add new game servers stack
This commit is contained in:
@@ -18,9 +18,19 @@ services:
|
||||
environment:
|
||||
APP_ENV: "production"
|
||||
APP_ENVIRONMENT_ONLY: false
|
||||
APP_DEBUG: true # TODO Do I need this?
|
||||
APP_SERVICE_AUTHOR: "tonitrus888@gmail.com"
|
||||
APP_URL: "https://panel.homecube.org"
|
||||
APP_TIMEZONE: "Europe/Vienna"
|
||||
|
||||
TRUSTED_PROXIES: "10.0.0.1" # TODO Do I need this?
|
||||
|
||||
DB_HOST: "mariadb"
|
||||
DB_PORT: 3306
|
||||
DB_DATABASE: "pterodactyl"
|
||||
DB_USERNAME: "pterodactyl-admin"
|
||||
DB_PASSWORD: "Raving-Swell-Lend3-Pliable-Semicolon-Providing"
|
||||
|
||||
CACHE_DRIVER: "redis" #DON'T TOUCH
|
||||
SESSION_DRIVER: "redis" #DON'T TOUCH
|
||||
QUEUE_DRIVER: "redis" #DON'T TOUCH
|
||||
@@ -28,6 +38,7 @@ services:
|
||||
REDIS_PORT: 6379
|
||||
REDIS_USERNAME: "pterodactyl"
|
||||
REDIS_PASSWORD: "Unmoral-Spoof-Conjure-Gender-Precut8-Attempt"
|
||||
|
||||
MAIL_FROM: "tonitrus888@gmail.com"
|
||||
MAIL_DRIVER: "smtp"
|
||||
MAIL_HOST: "smtp.gmail.com"
|
||||
@@ -35,13 +46,6 @@ services:
|
||||
MAIL_USERNAME: "tonitrus888@gmail.com"
|
||||
MAIL_PASSWORD: "orlg mofu ehap ehhp"
|
||||
MAIL_ENCRYPTION: true
|
||||
APP_DEBUG: true
|
||||
TRUSTED_PROXIES: "10.0.0.1"
|
||||
DB_HOST: "mariadb"
|
||||
DB_PORT: 3306
|
||||
DB_USERNAME: "pterodactyl-admin"
|
||||
DB_PASSWORD: "Raving-Swell-Lend3-Pliable-Semicolon-Providing"
|
||||
DB_DATABASE: "pterodactyl"
|
||||
labels:
|
||||
folder.view2: "Game Servers"
|
||||
|
||||
@@ -111,7 +115,7 @@ services:
|
||||
folder.view2: "Game Servers"
|
||||
|
||||
mariadb:
|
||||
image: mariadb
|
||||
image: mariadb:12.0.2
|
||||
container_name: mariadb
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: asdkljflkj§/&$%("§/%(njdfklajseslif)")
|
||||
|
||||
Reference in New Issue
Block a user