Skip to content

Commit

Permalink
chore(ci): Use .env.local instead of .env
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 5, 2024
1 parent bd76811 commit 275d7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ celerybeat.pid

# Environments
.env
.env.local
.venv
env/
venv/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: duckbot:latest
container_name: duckbot
env_file:
- .env
- .env.local
environment:
- PUID=1000
- PGID=1000
Expand Down

0 comments on commit 275d7d0

Please sign in to comment.