Deliver kimai as complete stack.

This commit is contained in:
2022-02-22 14:13:24 +01:00
parent dc591f98fe
commit 9d7ccb3ee0
5 changed files with 83 additions and 53 deletions

View File

@@ -1,10 +1,6 @@
# create the databases
CREATE DATABASE IF NOT EXISTS `kimai`;
CREATE DATABASE IF NOT EXISTS `semaphore`;
# create users and privileges
CREATE USER 'kimai'@'%' IDENTIFIED BY 'xXW5dnQoMpAmdXrQgUgU';
GRANT ALL PRIVILEGES ON kimai.* TO 'kimai'@'%';
CREATE USER 'semaphore'@'%' IDENTIFIED BY 'Zk5FM#*9uAFzt6n6TGD!';
GRANT ALL PRIVILEGES ON semaphore.* TO 'semaphore'@'%';