mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-02-23 18:13:11 +03:00
Сделал docker
This commit is contained in:
parent
00b7a1d67e
commit
6051cc26d8
2 changed files with 23 additions and 0 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
kekkai-web:
|
||||
build: .
|
||||
ports:
|
||||
- '9000:9000'
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
starlio-web:
|
||||
driver: local
|
Loading…
Add table
Reference in a new issue