Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 18, 2025
1 parent 79089b5 commit e537e86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/docker/.BASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3-dev
0.0.4-dev
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
# build:
# context: .
# dockerfile: ./gateway/Dockerfile-gateway
image: ghcr.io/biosimulators/bio-compose-server-gateway:0.0.11-dev
image: ghcr.io/biosimulators/bio-compose-server-gateway:0.0.12-dev # 0.0.11-dev
# STABLE is 0.0.5-dev
container_name: gateway
networks:
Expand All @@ -27,7 +27,7 @@ services:
# build:
# context: .
# dockerfile: ./worker/Dockerfile-worker
image: ghcr.io/biosimulators/bio-compose-server-worker:0.0.11-dev
image: ghcr.io/biosimulators/bio-compose-server-worker:0.0.12-dev # 0.0.11-dev
# STABLE is 0.0.2-dev
container_name: worker
networks:
Expand Down
2 changes: 1 addition & 1 deletion gateway/Dockerfile-gateway
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# STABLE IS 0.0.2-dev
# STABLE IS 0.0.2-dev and 0.0.3-dev

LABEL org.opencontainers.image.title="bio-compose-server-gateway" \
org.opencontainers.image.description="Base Docker image for BioCompose REST API management, job processing, and datastorage with MongoDB, ensuring scalable and robust performance." \
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# STABLE IS 0.0.2-dev
# STABLE IS 0.0.2-dev and 0.0.3-dev

LABEL org.opencontainers.image.title="bio-compose-server-worker" \
org.opencontainers.image.description="Base Docker image for BioCompose REST API management, job processing, and datastorage with MongoDB, ensuring scalable and robust performance." \
Expand Down

0 comments on commit e537e86

Please sign in to comment.