made github auth token environment variable for docker build

This commit is contained in:
Ronald A. Richardson
2024-02-05 19:01:20 +08:00
parent def361c2af
commit 440040fecb
3 changed files with 9 additions and 11 deletions

View File

@@ -56,6 +56,7 @@ services:
target: app-dev
args:
ENVIRONMENT: development
GITHUB_AUTH_KEY: ${GITHUB_AUTH_KEY}
environment:
DATABASE_URL: "mysql://root@database/fleetbase"
QUEUE_CONNECTION: redis