Added additional env configuration options for api server. Changed the tailwind run command to use the non-interactive build

This commit is contained in:
2025-05-22 20:44:20 +02:00
parent 7ed0ad5c6b
commit 03a51815e2
3 changed files with 8 additions and 4 deletions

View File

@@ -22,11 +22,14 @@ services:
- MOONLIGHT_DATABASE_DATABASE=${MOONLIGHT_DATABASE_NAME}
- MOONLIGHT_PUBLICURL=${MOONLIGHT_URL}
- MOONLIGHT_AUTHENTICATION_OAUTH2_ACCESSENDPOINT=http://localhost:8080/oauth2/handle # Use this when moonlight is using local oauth2 and a different port as the public url
env_file:
- path: "additional.env"
required: false
volumes:
- ${MOONLIGHT_DATA}/moonlight:/app/storage
links:
- db
pull_policy: build
pull_policy: ${MOONLIGHT_BUILD}
db:
image: postgres:latest