fix: docker inconsistencies (#1493)
Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com>
This commit is contained in:
parent
abdb4a4778
commit
7087b1b5f2
2 changed files with 21 additions and 22 deletions
|
|
@ -40,7 +40,7 @@ services:
|
|||
args:
|
||||
NEXT_PUBLIC_API_BASE_URL: http://localhost:8000
|
||||
restart: always
|
||||
command: [ "/usr/local/bin/start.sh" ]
|
||||
command: /usr/local/bin/start.sh
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
@ -57,7 +57,6 @@ services:
|
|||
- plane-api
|
||||
- plane-worker
|
||||
|
||||
|
||||
plane-api:
|
||||
container_name: planebackend
|
||||
build:
|
||||
|
|
@ -135,6 +134,7 @@ services:
|
|||
depends_on:
|
||||
- plane-minio
|
||||
|
||||
# Comment this if you already have a reverse proxy running
|
||||
plane-proxy:
|
||||
container_name: planeproxy
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue