move the docker context

This commit is contained in:
Karol Wypchlo 2020-07-30 12:56:18 +02:00
parent bcb73eceb2
commit 0ae464dc60
1 changed files with 4 additions and 4 deletions

View File

@ -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: