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__ __pycache__
# Runtime # Runtime
.dev.env .env
data data

View File

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