Skip to content

Commit

Permalink
Add root user access to staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed May 1, 2024
1 parent 16c2107 commit a02c601
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ services:
SESSION_SECRET: ${SESSION_SECRET}
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
ALLOW_ROOT_USER: true
ROOT_USER_NAME: ${ROOT_USER_NAME}
ROOT_USER_PASSWORD: ${ROOT_USER_PASSWORD}
ports:
- 3999:3999
volumes:
Expand Down

0 comments on commit a02c601

Please sign in to comment.