fix: inject env var

This commit is contained in:
Luc SORIGNET
2025-02-17 10:54:43 +01:00
parent 44c28d0aa0
commit fc337b1e0b
4 changed files with 17 additions and 49 deletions

View File

@ -40,7 +40,6 @@ services:
environment:
- TZ=Europe/Paris
- NODE_ENV=production
volumes:
- ./conf/env:/app/.env
- NEXT_PUBLIC_API_URL=http://toto:8080
depends_on:
- backend