Deliver kimai as complete stack.
This commit is contained in:
@@ -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'@'%';
|
||||
|
||||
Reference in New Issue
Block a user