chore: remove env_file entry from docker-compose.yml to simplify configuration
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled
This commit is contained in:
@@ -15,5 +15,3 @@ services:
|
|||||||
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
|
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
|
||||||
- NEXTAUTH_URL=${NEXTAUTH_URL:-https://banking.julienfroidefond.com}
|
- NEXTAUTH_URL=${NEXTAUTH_URL:-https://banking.julienfroidefond.com}
|
||||||
- DATABASE_URL=${DATABASE_URL:-file:/Volumes/EXTERNAL_USB/sites/banking/prisma/dev.db}
|
- DATABASE_URL=${DATABASE_URL:-file:/Volumes/EXTERNAL_USB/sites/banking/prisma/dev.db}
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
|
|||||||
Reference in New Issue
Block a user