move the docker context
This commit is contained in:
parent
bcb73eceb2
commit
0ae464dc60
|
@ -101,8 +101,8 @@ services:
|
||||||
|
|
||||||
handshake-api:
|
handshake-api:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ./docker/handshake-api
|
||||||
dockerfile: ./docker/handshake-api/Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: handshake-api
|
container_name: handshake-api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
@ -120,8 +120,8 @@ services:
|
||||||
|
|
||||||
health-check:
|
health-check:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ./docker/health-check
|
||||||
dockerfile: ./docker/health-check/Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: health-check
|
container_name: health-check
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in New Issue