Skip to content

Commit

Permalink
ci: fix secrets env
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 6, 2024
1 parent 0f82a08 commit cfd7dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ services:

secrets:
postgres_password:
environment: ${POSTGRES_PASSWORD}
environment: POSTGRES_PASSWORD
news_api_key:
environment: ${NEWS_API_KEY}
environment: NEWS_API_KEY
grafana_password:
file: ./secrets/grafana_password.txt

0 comments on commit cfd7dc1

Please sign in to comment.