26 lines
529 B
Text
26 lines
529 B
Text
[Unit]
|
|
Description=Leantime MySQL
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/mysql:8.4
|
|
ContainerName=leantime-mysql
|
|
AutoUpdate=registry
|
|
|
|
Network=leantime.network
|
|
HostName=leantime-mysql
|
|
|
|
Volume=leantime-mysql:/var/lib/mysql
|
|
|
|
EnvironmentFile=leantime.env
|
|
|
|
Secret=leantime-db-password,type=env,target=MYSQL_PASSWORD
|
|
Secret=leantime-db-root-password,type=env,target=MYSQL_ROOT_PASSWORD
|
|
|
|
Exec=--character-set-server=UTF8MB4 --collation-server=UTF8MB4_unicode_ci
|