Updated Dockerfile

This commit is contained in:
Dennis Postma 2025-02-08 03:18:32 +01:00
parent 10c8e493a7
commit e1f9f8e523

View File

@ -14,7 +14,7 @@ services:
- JWT_SECRET=${JWT_SECRET}
- CLIENT_URL=${CLIENT_URL}
- REDIS_URL=${REDIS_URL}
- DB_HOST=mariadb
- DB_HOST=${DB_HOST}
- DB_USER=${DB_USER}
- DB_PASS=${DB_PASS}
- DB_PORT=${DB_PORT}