Add versions to server/worker docker v2

This commit is contained in:
Adria Navarro 2023-10-20 17:19:35 +02:00
parent 56ae857d49
commit 4c19ad1ca7
1 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ services:
build:
context: ..
dockerfile: packages/server/Dockerfile.v2
args:
- VERSION=0.0.0+dev-docker
container_name: build-bbapps
environment:
SELF_HOSTED: 1
@ -30,13 +32,13 @@ services:
depends_on:
- worker-service
- redis-service
# volumes:
# - /some/path/to/plugins:/plugins
worker-service:
build:
context: ..
dockerfile: packages/worker/Dockerfile.v2
args:
- VERSION=0.0.0+dev-docker
container_name: build-bbworker
environment:
SELF_HOSTED: 1