Automated Build of gitbucket-issue-estimation-server
200
MIT
version: "3.3"
services:
server:
image: takumon/gitbucket-issue-estimation-server
ports:
- 3000:3000
depends_on:
- mongo
links:
- mongo
environment:
MONGO_URL: mongodb://mongo:27017/test
mongo:
image: mongo:3.5.12
ports:
- 27017:27017
volumes:
- ./db:/data/db
db-viewer:
image: mongo-express:latest
ports:
- 8082:8081
depends_on:
- mongo
links:
- mongo
$ docker-compose up -d
http://localhost:3000にアクセスContent type
Image
Digest
Size
50.7 MB
Last updated
over 8 years ago
docker pull takumon/gitbucket-issue-estimation-server