fixes yo
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:5000"
|
||||
- "8010:5000"
|
||||
env_file: config/.env
|
||||
depends_on:
|
||||
db:
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
context: ./synculous-client
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3000"
|
||||
environment:
|
||||
- NEXT_PUBLIC_API_URL=http://app:5000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user