Skip to content

Commit

Permalink
patch: fix docker secrets
Browse files Browse the repository at this point in the history
* Move secrets to build step
  • Loading branch information
totallytavi committed Dec 1, 2024
1 parent 3f43432 commit bf48bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ services:
app:
build:
context: ./
secrets:
- configFile
- responsesFile
restart: on-failure
secrets:
- configFile
- responsesFile

secrets:
configFile:
Expand Down

0 comments on commit bf48bb0

Please sign in to comment.