Skip to content

Commit

Permalink
Remove env vars from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sandenbergmelo committed Jul 31, 2024
1 parent 043e81d commit f6b4d2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ docs/_build/
target/

# Virtual environment
.env*
# .env*
.venv/
venv/

Expand Down
3 changes: 0 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ services:
- fastzero_database
environment:
DATABASE_URL: postgresql+psycopg://app_user:app_password@fastzero_database:5432/app_db
SECRET_KEY: super-secret-key
ALGORITHM: HS256
ACCESS_TOKEN_EXPIRE_MINUTES: 30

volumes:
pgdata:

0 comments on commit f6b4d2a

Please sign in to comment.