Dev environment setup

pull/1/head
Leigh Morresi 4 years ago
parent 4ab49f2c8c
commit 04c8ea7960

@ -6,16 +6,14 @@ services:
backend: backend:
build: ./backend/dev-docker build: ./backend/dev-docker
image: dgtlmoon/changedetection.io:0.1-dev image: dgtlmoon/changedetection.io:dev
container_name: changedetection.io-dev container_name: changedetection.io-dev
volumes: volumes:
- ./backend:/app - ./backend:/app
- ./datastore:/datastore - ./datastore:/datastore
environment:
- PYTHONUNBUFFERED=1 #https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
ports: ports:
- "127.0.0.1:5000:5000" - "127.0.0.1:5001:5000"
networks: networks:
- changenet - changenet

Loading…
Cancel
Save