aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.env.yaml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-05 07:37:54 -0300
committerEuAndreh <eu@euandre.org>2020-08-05 07:37:54 -0300
commit763c07d3ed2afc1c84cee9d04b7a469a214d594d (patch)
treee8caa879db5db5059954c797f5211d447a0c9829 /docker-compose.env.yaml
parentCreate dockerfiles directory before copying dockerfiles (diff)
downloadserver-763c07d3ed2afc1c84cee9d04b7a469a214d594d.tar.gz
server-763c07d3ed2afc1c84cee9d04b7a469a214d594d.tar.xz
Add gpodder environment variables
Diffstat (limited to 'docker-compose.env.yaml')
-rw-r--r--docker-compose.env.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.env.yaml b/docker-compose.env.yaml
index 51af0fd..22a9f14 100644
--- a/docker-compose.env.yaml
+++ b/docker-compose.env.yaml
@@ -93,5 +93,8 @@ services:
- VIRTUAL_PORT=${GPODDER_PORT}
- LETSENCRYPT_HOST=${GPODDER_TLD}
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
+ - SECRET_KEY=${GPODDER_SECRET_KEY}
+ - DEFAULT_BASE_URL=http://localhost:8000/
+ - DEBUG=False
networks:
- nginx-proxy-network