Add Infisical env vars to docker-compose
All checks were successful
Build Docker Image / build (push) Successful in 1m38s
All checks were successful
Build Docker Image / build (push) Successful in 1m38s
This commit is contained in:
@@ -9,6 +9,11 @@ services:
|
|||||||
- PORT=8000
|
- PORT=8000
|
||||||
- TB_CLUSTER_ID=0
|
- TB_CLUSTER_ID=0
|
||||||
- TB_ADDRESS=tigerbeetle:3000
|
- TB_ADDRESS=tigerbeetle:3000
|
||||||
|
- INFISICAL_API_URL=${INFISICAL_API_URL}
|
||||||
|
- INFISICAL_ENV=${INFISICAL_ENV}
|
||||||
|
- INFISICAL_PROJECT_ID=${INFISICAL_PROJECT_ID}
|
||||||
|
- INFISICAL_CLIENT_ID=${INFISICAL_CLIENT_ID}
|
||||||
|
- INFISICAL_CLIENT_SECRET=${INFISICAL_CLIENT_SECRET}
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp=unconfined
|
- seccomp=unconfined
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user