chore: added pre-release tag for workflow publications (#2133)

* chore: added pre-release tag for workflow publications

* chore: added backend services under a single image

* chore: exposed backend port for compose hub

* chore: removed backend exposed ports
This commit is contained in:
Henit Chobisa 2023-09-11 18:02:56 +05:30 committed by GitHub
parent 7bb73b74ba
commit 6867154963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: Update Docker Images for Plane on Release
on: on:
release: release:
types: [released] types: [released, prereleased]
jobs: jobs:
build_push_backend: build_push_backend:

View File

@ -85,7 +85,7 @@ services:
plane-worker: plane-worker:
container_name: planebgworker container_name: planebgworker
image: makeplane/plane-worker:latest image: makeplane/plane-backend:latest
restart: always restart: always
command: ./bin/worker command: ./bin/worker
env_file: env_file:
@ -99,7 +99,7 @@ services:
plane-beat-worker: plane-beat-worker:
container_name: planebeatworker container_name: planebeatworker
image: makeplane/plane-worker:latest image: makeplane/plane-backend:latest
restart: always restart: always
command: ./bin/beat command: ./bin/beat
env_file: env_file:

View File

@ -90,8 +90,6 @@ services:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
restart: always restart: always
command: ./bin/takeoff command: ./bin/takeoff
ports:
- 8000:8000
env_file: env_file:
- .env - .env
environment: environment: