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__
|
__pycache__
|
||||||
|
|
||||||
# Runtime
|
# Runtime
|
||||||
.dev.env
|
.env
|
||||||
data
|
data
|
@ -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
|
Loading…
Reference in New Issue
Block a user