Archived
2
0

Reorganize & implement Authentication view api

This commit is contained in:
2025-02-02 22:41:32 +02:00
parent 958d455fb7
commit 84ea3fddae
69 changed files with 1089 additions and 343 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
database:
image: mysql:9.0
restart: unless-stopped
ports:
- "127.0.0.1:3306:3306"
volumes:
- ../../repo-database:/var/lib/mysql
- ./init:/docker-entrypoint-initdb.d/:ro
environment:
MYSQL_ROOT_PASSWORD: password # yes, I know