StoryBook 兼容性

This commit is contained in:
huanqing.shao
2019-09-01 21:49:49 +08:00
parent f9c3a37bf6
commit 9d8b06c1b0
5 changed files with 44 additions and 26 deletions

21
docker-compose.yaml Normal file
View File

@@ -0,0 +1,21 @@
version: "3"
services:
web:
# replace username/repo:tag with your name and image details
image: eipwork/kuboard-press:20190901-210235
deploy:
replicas: 1
resources:
limits:
cpus: "0.1"
memory: 500M
restart_policy:
condition: on-failure
ports:
- "9080:80"
volumes:
- ./docs:/usr/share/nginx/html
networks:
- webnet
networks:
webnet: