mirror of
https://github.com/Redume/Kekkai-web.git
synced 2024-11-22 00:06:22 +03:00
10 lines
164 B
YAML
10 lines
164 B
YAML
|
services:
|
||
|
kekkai-web:
|
||
|
build: .
|
||
|
ports:
|
||
|
- '9000:9000'
|
||
|
restart: unless-stopped
|
||
|
|
||
|
volumes:
|
||
|
starlio-web:
|
||
|
driver: local
|