EnvronmentManagement/docker-compose.yml
Simon Maddocks 3e5bf1d23d
Some checks failed
continuous-integration/drone/push Build is failing
Read mongodb path from env
2021-10-03 00:08:41 +01:00

16 lines
345 B
YAML

version: "3.4"
services:
frontend:
image: registry.jacknet.io/51m0n/environment-frontend:latest
database:
image: mongodb:latest
apiserver:
image: registry.jacknet.io/51m0n/environment-api:latest
environment:
- GIN_DB_PATH=mongodb://database:27017
proxy:
image: nginx:latest