Skip to content

Commit b15d8fd

Browse files
George Khouryevilmooncake
authored andcommitted
build(gitignore): update ignores for environment configuration
1 parent 7069b1f commit b15d8fd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.project
22
*.rdb
33
junit*xml
4-
5-
env/
4+
env/.env*
65
# Byte-compiled / optimized / DLL files
76
__pycache__/
87
*.py[cod]
@@ -13,7 +12,7 @@ __pycache__/
1312

1413
# Distribution / packaging
1514
.Python
16-
env/
15+
.env.*
1716
build/
1817
develop-eggs/
1918
dist/

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ services:
55
ports:
66
- '5000:5000'
77
stop_signal: SIGINT
8-
environment:
9-
- REDIS_HOST=redis
10-
- NO_SSL=True
8+
env_file: env/.env
119
depends_on:
1210
- redis
1311

0 commit comments

Comments
 (0)