build: update docker file names to push it to heroku
This commit is contained in:
parent
814982a9be
commit
46b7ec71e3
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
|
@ -23,7 +23,7 @@ services:
|
||||||
container_name: plane_web
|
container_name: plane_web
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./apps/app/Dockerfile
|
dockerfile: ./apps/app/Dockerfile.web
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
NEXT_PUBLIC_GITHUB_ID: $NEXT_PUBLIC_GITHUB_ID
|
NEXT_PUBLIC_GITHUB_ID: $NEXT_PUBLIC_GITHUB_ID
|
||||||
|
|
@ -38,7 +38,7 @@ services:
|
||||||
container_name: plane_api
|
container_name: plane_api
|
||||||
build:
|
build:
|
||||||
context: ./apiserver
|
context: ./apiserver
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile.api
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue