Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@noudadrichem
Last active January 22, 2019 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noudadrichem/ff4858940be7c8fe8aee90ec400db6cd to your computer and use it in GitHub Desktop.
Save noudadrichem/ff4858940be7c8fe8aee90ec400db6cd to your computer and use it in GitHub Desktop.
version: '3'
services:
postgres:
image: postgres
environment:
POSTGRES_PASSWORD: test1234
POSTGRES_USER: noud
restart: always
ports:
- 5432:5432
adminer:
image: adminer
restart: always
ports:
- 1000:8080
mongo:
image: mongo:3.6.2
ports:
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: test1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment