GetTogether/docker-compose.yml
2018-08-19 11:59:03 -04:00

14 lines
270 B
YAML

version: '3'
services:
get_together:
build:
context: .
dockerfile: Dockerfile
stdin_open: true
tty: true
ports:
- "8000:8000"
environment:
- DEBUG_MODE=True
- SECRET_KEY=xxxxx
- ALLOWED_HOSTS=localhost,127.0.0.1