fix: docker inconsistencies (#1493)

Co-authored-by: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com>
This commit is contained in:
Quadrubo 2023-07-11 10:40:57 +02:00 committed by GitHub
parent abdb4a4778
commit 7087b1b5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 22 deletions

View file

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