This commit is contained in:
2026-02-10 22:47:23 +03:00
commit bc69e456da
5 changed files with 179 additions and 0 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
reg:
build: .
volumes:
- db-data:/storage
env_file: ".env"
volumes:
db-data: