Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
allow for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 2, 2020
1 parent c419e6c commit fe12e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ services:
environment:
CRANLIKE_MONGODB_USERNAME: ${CRANLIKE_MONGODB_USERNAME:-root}
CRANLIKE_MONGODB_PASSWORD: ${CRANLIKE_MONGODB_PASSWORD:-example}
env_file:
- secrets.env

builder:
image: ropensci/docs:latest
Expand Down

0 comments on commit fe12e0a

Please sign in to comment.