v0.1
This commit is contained in:
8
playbooks/roles/gitea/files/docker_files/init.sql
Normal file
8
playbooks/roles/gitea/files/docker_files/init.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE USER drone WITH PASSWORD 'dronepass';
|
||||
CREATE USER gitea WITH PASSWORD 'giteapass';
|
||||
|
||||
CREATE DATABASE drone_db OWNER drone;
|
||||
CREATE DATABASE gitea_db OWNER gitea;
|
||||
|
||||
GRANT ALL PRIVILEGES ON DATABASE drone_db TO drone;
|
||||
GRANT ALL PRIVILEGES ON DATABASE gitea_db TO gitea;
|
Reference in New Issue
Block a user