mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
fix: corrige le port de l'API pour utiliser la variable d'environnement API_PORT
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "${API_PORT}:4000"
|
||||||
networks:
|
networks:
|
||||||
- edge_net
|
- edge_net
|
||||||
- backend_net
|
- backend_net
|
||||||
|
|||||||
Reference in New Issue
Block a user