We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7069b1f commit b15d8fdCopy full SHA for b15d8fd
.gitignore
@@ -1,8 +1,7 @@
1
.project
2
*.rdb
3
junit*xml
4
-
5
-env/
+env/.env*
6
# Byte-compiled / optimized / DLL files
7
__pycache__/
8
*.py[cod]
@@ -13,7 +12,7 @@ __pycache__/
13
12
14
# Distribution / packaging
15
.Python
16
+.env.*
17
build/
18
develop-eggs/
19
dist/
docker-compose.yml
@@ -5,9 +5,7 @@ services:
ports:
- '5000:5000'
stop_signal: SIGINT
- environment:
9
- - REDIS_HOST=redis
10
- - NO_SSL=True
+ env_file: env/.env
11
depends_on:
- redis
0 commit comments