feature : Connect front to backend #1
@@ -39,12 +39,16 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
intra:
|
||||
build: ./nest-intra
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5174:5174"
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
||||
Reference in New Issue
Block a user