This commit is contained in:
2025-12-22 12:35:31 +01:00
parent 2c23be7f56
commit 7edb177425
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ services:
image: mysql:latest
container_name: mysql_n8n_db
restart: unless-stopped
command: ['--disable-ssl']
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}

View File

@@ -3,6 +3,7 @@ services:
image: mysql:latest
container_name: mysql_fw_db
restart: unless-stopped
command: ['--disable-ssl']
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}

View File

@@ -3,6 +3,7 @@ services:
image: mysql:latest
container_name: mysql_ip_db
restart: unless-stopped
command: ['--disable-ssl']
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}