mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix(pterodactyl): environment variables
This commit is contained in:
@@ -32,9 +32,12 @@ services:
|
|||||||
QUEUE_DRIVER:
|
QUEUE_DRIVER:
|
||||||
REDIS_HOST:
|
REDIS_HOST:
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
|
DB_PASSWORD: ${MYSQL_PASSWORD}
|
||||||
DB_PORT:
|
DB_PORT:
|
||||||
MYSQL_PASSWORD:
|
MYSQL_PASSWORD:
|
||||||
MYSQL_ROOT_PASSWORD:
|
MYSQL_ROOT_PASSWORD:
|
||||||
|
DB_CONNECTION: "mariadb"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipam:
|
ipam:
|
||||||
|
|||||||
Reference in New Issue
Block a user