Use this docker-compose.yml file to start the application :
mongohipster-app-mongodb:
container_name: mongohipster-app-mongodb
image: mongo:3.0.7
# volumes:
# - ~/volumes/jhipster/mongoHipster/mongodb/:/data/db/
ports:
- "27017:27017"
mongohipster-app:
container_name: mongohipster-app
image: pascalgrimaud/mongohipster:test1
ports:
- "8080:8080"
links:
- "mongohipster-app-mongodb:mongodb"
Content type
Image
Digest
Size
202.7 MB
Last updated
almost 11 years ago
docker pull pascalgrimaud/mongohipster:test1