Skip to content
Snippets Groups Projects
Commit f28ed3ac authored by Batman1010's avatar Batman1010
Browse files

Can now containerise using docker

parent bf146629
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
mongo:
image: mongo:4.4
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: admin
ports:
- '27017:27017'
web:
build: .
restart: always
ports:
- '8000:8000'
environment:
MONGO_HOST: uweflix.l8xahep.mongodb.net
MONGO_PORT: 27017
MONGO_DB: UWEFLIX
MONGO_USER: daniel2fernandes
MONGO_PASSWORD: skelJ6UzCVlG36Ei
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment