Chore: add network for postgres and fix wrong path jan-web
This commit is contained in:
parent
afbdec26d1
commit
8af674e97a
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user