Browse Source

Remove environment variables

pull/1/head
Wesley Kerfoot 5 years ago
parent
commit
18fc6f15dd
  1. 4
      docker-compose.yml

4
docker-compose.yml

@ -4,10 +4,6 @@ services:
build: app
ports:
- "80"
environment:
SECRET_KEY: "asdsdgfdgsdfdsf"
ADMIN_PASSWORD: "***REMOVED***"
JSONIFY_PRETTYPRINT_REGULAR: "False"
network_mode: host
couch:
image: couchdb

Loading…
Cancel
Save