init
This commit is contained in:
9
compose.yaml
Normal file
9
compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
reg:
|
||||
build: .
|
||||
volumes:
|
||||
- db-data:/storage
|
||||
env_file: ".env"
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
Reference in New Issue
Block a user