ajout de frontend fonctionnel :)
This commit is contained in:
+12
-16
@@ -22,8 +22,8 @@ services:
|
||||
backend:
|
||||
container_name: backend
|
||||
build: ./srcs/backend
|
||||
ports:
|
||||
- "3001:3001"
|
||||
expose:
|
||||
- "3001"
|
||||
depends_on:
|
||||
- database
|
||||
# volumes:
|
||||
@@ -34,17 +34,13 @@ services:
|
||||
- transcendence
|
||||
restart: always
|
||||
|
||||
# frontend:
|
||||
# container_name: frontend
|
||||
# build: ./docker/frontend
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
# depends_on:
|
||||
# - backend
|
||||
# volumes:
|
||||
# //
|
||||
# env_file:
|
||||
# //
|
||||
# networks:
|
||||
# - transcendence
|
||||
# restart: always
|
||||
frontend:
|
||||
container_name: frontend
|
||||
build: ./srcs/frontend/
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
- transcendence
|
||||
restart: always
|
||||
Reference in New Issue
Block a user