aboutsummaryrefslogtreecommitdiff
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
parentCreate dockerfiles directory before copying dockerfiles (diff)
downloadserver-763c07d3ed2afc1c84cee9d04b7a469a214d594d.tar.gz
server-763c07d3ed2afc1c84cee9d04b7a469a214d594d.tar.xz
Add gpodder environment variables
-rw-r--r--docker-compose.env.yaml3
-rw-r--r--secrets/secret-envrc.shbin2704 -> 2933 bytes
2 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
diff --git a/secrets/secret-envrc.sh b/secrets/secret-envrc.sh
index 4827832..80fd2f0 100644
--- a/secrets/secret-envrc.sh
+++ b/secrets/secret-envrc.sh
Binary files differ