Skip to content

Commit 8ee5db4

Browse files
Mount secret to worker in CI
1 parent 60e0ea1 commit 8ee5db4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ services:
3232
worker:
3333
build: !reset
3434
image: ${DOCKER_APP_IMAGE}
35+
secrets:
36+
- SECRET_KEY_BASE
3537
volumes: !reset
3638

3739
secrets:

0 commit comments

Comments
 (0)