Chore: add network for postgres and fix wrong path jan-web

This commit is contained in:
Hien To 2023-08-25 14:09:13 +07:00
parent afbdec26d1
commit 8af674e97a
2 changed files with 5 additions and 4 deletions

View File

@ -54,6 +54,9 @@ services:
# - db_data:/var/lib/postgresql/data
env_file:
- conf/sample.env_app-backend-postgres
networks:
jan_community:
graphql-engine:
image: hasura/graphql-engine:v2.31.0.cli-migrations-v3
ports:
@ -106,13 +109,11 @@ services:
web:
build:
context: ./web-client
dockerfile: dev.Dockerfile
dockerfile: ./dev.Dockerfile
container_name: jan_web
restart: always
env_file:
- conf/sample.env_web-client
volumes:
- .:/app
ports:
- "3000:3000"
environment:

@ -1 +1 @@
Subproject commit eb00c6650dc62aa1515b8ff5ef47e8395e1baba5
Subproject commit 64eb6f531700cff692313f3b4249d00d0fef29eb