add forgejo

This commit is contained in:
chapeau 2025-01-24 12:07:23 +01:00
parent 8585f738c7
commit c1bacdb91d

2
004-create-forgejo.sql Normal file
View file

@ -0,0 +1,2 @@
CREATE USER forgejo WITH PASSWORD '{{ forgejo_postgres_password }}';
CREATE DATABASE forgejo WITH OWNER forgejo;