Compare commits
4 Commits
bc8d4d91c7
...
f3b75787a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3b75787a0 | ||
|
|
756d7fb54a | ||
|
|
e0ed3c7059 | ||
|
|
a53e7100da |
@ -21,7 +21,7 @@ services:
|
|||||||
MARIADB_USER: ezgg_lan_manager
|
MARIADB_USER: ezgg_lan_manager
|
||||||
MARIADB_PASSWORD: Alkohol1
|
MARIADB_PASSWORD: Alkohol1
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost"]
|
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-pAlkohol1"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 5
|
retries: 5
|
||||||
@ -30,6 +30,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/mysql
|
- database:/var/lib/mysql
|
||||||
- ./sql/create_database.sql:/docker-entrypoint-initdb.d/init.sql
|
- ./sql/create_database.sql:/docker-entrypoint-initdb.d/init.sql
|
||||||
|
- ./sql:/sql
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
877
sql/ezgg_lan_backup_20260416_sanitized.sql
Normal file
877
sql/ezgg_lan_backup_20260416_sanitized.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user