Skip to content

Commit

Permalink
slight modification
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell committed Sep 4, 2024
1 parent febf60c commit 81d8c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vreapis/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ services:
- DJANGO_SUPERUSER_PASSWORD=admin
- DJANGO_TOKEN=token
- SECRET_KEY=secret
- CELL_GITHUB=S{CELL_GITHUB}
# for GitHub action to read envvar
- CELL_GITHUB=${CELL_GITHUB}
- CELL_GITHUB_TOKEN=${CELL_GITHUB_TOKEN}
ports:
- '127.0.0.1:8000:8000'
Expand Down

0 comments on commit 81d8c63

Please sign in to comment.