Compare commits

..

2 Commits

Author SHA1 Message Date
omaroughriss
210287ccc5 Update env 2025-07-23 18:15:53 +02:00
omaroughriss
b522f9c72b Move env_file parameter to fix issue 2025-07-23 17:47:27 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=
# Configuration serveur
APP_HOST=
PORT=
# Configuration front-end
NEXT_PUBLIC_4NK_URL=

View File

@ -104,6 +104,8 @@ services:
lecoffre-front:
image: git.4nkweb.com/4nk/lecoffre-front:latest
container_name: lecoffre-front
env_file:
- .env
ports:
- "3000:3000"
networks:
@ -117,8 +119,6 @@ services:
ihm_client:
image: git.4nkweb.com/4nk/ihm_client:latest
container_name: ihm_client
env_file:
- .env
ports:
- "3003:3003"
networks: