fix docker compose for contact link
All checks were successful
Deploy Fefan / deploy (push) Successful in 1m21s

This commit is contained in:
Julien Aldon
2026-04-21 15:31:04 +02:00
parent eb604ea771
commit 7bef2fe840

View File

@@ -37,7 +37,7 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
environment: environment:
NEXT_PUBLIC_CONTENT_URI: ${NEXT_PUBLIC_IMG_URI} NEXT_PUBLIC_CONTENT_URI: ${NEXT_PUBLIC_CONTENT_URI}
NEXT_PUBLIC_IMG_URI: ${NEXT_PUBLIC_IMG_URI} NEXT_PUBLIC_IMG_URI: ${NEXT_PUBLIC_IMG_URI}
NEXT_PUBLIC_ORIGIN: ${NEXT_PUBLIC_ORIGIN} NEXT_PUBLIC_ORIGIN: ${NEXT_PUBLIC_ORIGIN}
NEXT_PRIVATE_CONTENT_URI: http://fefan-backend:1337/api NEXT_PRIVATE_CONTENT_URI: http://fefan-backend:1337/api