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
|
# - db_data:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
- conf/sample.env_app-backend-postgres
|
- conf/sample.env_app-backend-postgres
|
||||||
|
networks:
|
||||||
|
jan_community:
|
||||||
|
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
image: hasura/graphql-engine:v2.31.0.cli-migrations-v3
|
image: hasura/graphql-engine:v2.31.0.cli-migrations-v3
|
||||||
ports:
|
ports:
|
||||||
@ -106,13 +109,11 @@ services:
|
|||||||
web:
|
web:
|
||||||
build:
|
build:
|
||||||
context: ./web-client
|
context: ./web-client
|
||||||
dockerfile: dev.Dockerfile
|
dockerfile: ./dev.Dockerfile
|
||||||
container_name: jan_web
|
container_name: jan_web
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- conf/sample.env_web-client
|
- conf/sample.env_web-client
|
||||||
volumes:
|
|
||||||
- .:/app
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit eb00c6650dc62aa1515b8ff5ef47e8395e1baba5
|
Subproject commit 64eb6f531700cff692313f3b4249d00d0fef29eb
|
||||||
Loading…
x
Reference in New Issue
Block a user