Compare commits

..

No commits in common. "210287ccc5dda90db28cfadef1e43d0c1165851c" and "5ba4dbe7fb3fdbd2ac8ee4376e4ec1347b8b6e8c" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

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