1
0
Fork 0
This commit is contained in:
Arthur K. 2025-05-29 16:33:47 +03:00
commit 9688f752d0
Signed by: wzray
GPG key ID: B97F30FDC4636357
5 changed files with 148 additions and 0 deletions

7
compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
mastermind:
build: .
env_file: .env
ports:
- 127.0.0.1:56714:80/tcp
restart: unless-stopped