mirror of
https://github.com/Redume/Kekkai-web.git
synced 2024-11-21 15:56:23 +03:00
10 lines
No EOL
163 B
YAML
10 lines
No EOL
163 B
YAML
services:
|
|
kekkai-web:
|
|
build: .
|
|
ports:
|
|
- '9000:9000'
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
kekkai-web:
|
|
driver: local |