You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
---
|
|
kimai:
|
|
general:
|
|
healthchecks: true
|
|
base_path: "/srv/compose-kimai/"
|
|
volumes_path: "data/"
|
|
volume:
|
|
data: "public"
|
|
disk: false
|
|
|
|
main:
|
|
service_name: "kimai"
|
|
trusted_hosts: ",0.0.0.0"
|
|
|
|
users:
|
|
# default super admin - name not changeable!
|
|
superadmin:
|
|
mail: "admin@kimai.local"
|
|
password: "changemeplease"
|
|
role: ROLE_SUPER_ADMIN
|
|
dark:
|
|
mail: "dark@kimai.local"
|
|
password: "changemeplease"
|
|
role: ROLE_SUPER_ADMIN
|
|
|
|
|
|
services:
|
|
mysql:
|
|
enabled: true
|
|
service_name: "kimaidb"
|
|
user: kimai
|
|
db: kimai
|
|
password: "changemeplease"
|
|
root_password: "changemeplease"
|
|
nginx:
|
|
enabled: true
|
|
service_name: "kimai_nginx"
|
|
port_maps:
|
|
- "8001:80"
|
|
|
|
postfix:
|
|
enabled: true
|
|
service_name: "kimai_postfix"
|
|
domain: "neontribe.co.uk"
|
|
smtp:
|
|
user:
|
|
name: "kimai"
|
|
password: "kimai"
|
|
|
|
volumes:
|
|
mysql:
|
|
data: "mysql"
|
|
disk: true
|
|
wait_for_it:
|
|
data: "wait-for-it"
|
|
disk: true |