Update documentation and gate tag creation behind admin role, create default admin on database seeding

This commit is contained in:
2025-10-06 16:35:55 +03:00
parent 25dfb97a5b
commit 8d012f04f1
17 changed files with 149 additions and 33 deletions

View File

@@ -22,8 +22,10 @@
MARIADB_USER: imgboard
MARIADB_PASSWORD: supersecretpassword
volumes:
- ./db_data:/var/lib/mysql
- db_data:/var/lib/mysql
volumes:
app_data:
driver: local
db_data:
driver: local