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.
59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
3 years ago
|
---
|
||
|
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"
|
||
|
|
||
|
admin:
|
||
|
mail: "admin@kimai.local"
|
||
|
password: "changemeplease"
|
||
|
|
||
|
users:
|
||
|
superadmin:
|
||
|
roles:
|
||
|
ROLE_SUPER_ADMIN: true
|
||
|
dark:
|
||
|
mail: "dark@kimai.local"
|
||
|
password: "changemeplease"
|
||
|
roles:
|
||
|
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
|