Skip to content

Instantly share code, notes, and snippets.

@alsgu3rra
Created May 12, 2024 16:26
Show Gist options
  • Save alsgu3rra/b8ef75733dea4b9a66d28b0cd1875a38 to your computer and use it in GitHub Desktop.
Save alsgu3rra/b8ef75733dea4b9a66d28b0cd1875a38 to your computer and use it in GitHub Desktop.
Container Mongo Express + Mongodb
database-viewer:
image: mongo-express
environment:
- ME_CONFIG_MONGODB_SERVER=database
- ME_CONFIG_MONGODB_PORT=27017
ports:
- 8081:8081
depends_on:
- database
database:
image: bitnami/mongodb:6.0.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment