mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 00:04:11 +01:00
ignore env file with actual credentials
This commit is contained in:
parent
5acf02e3d2
commit
3fb604f370
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,5 +7,5 @@ venv
|
||||
__pycache__
|
||||
|
||||
# Runtime
|
||||
.dev.env
|
||||
.env
|
||||
data
|
@ -3,6 +3,6 @@ version: '3.7'
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
env_file: .dev.env
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./data:/app/data
|
Loading…
Reference in New Issue
Block a user