ignore env file with actual credentials

This commit is contained in:
cupcakearmy 2019-12-23 17:27:38 +01:00
parent 5acf02e3d2
commit 3fb604f370
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ venv
__pycache__
# Runtime
.dev.env
.env
data

View File

@ -3,6 +3,6 @@ version: '3.7'
services:
bot:
build: .
env_file: .dev.env
env_file: .env
volumes:
- ./data:/app/data