Skip to content

Commit

Permalink
Update image for app, queue, and scheduler in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yugen committed Dec 14, 2023
1 parent 6979afd commit a143276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
user: ${DOCKER_USER:-501:20}

app:
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.0:v1.1.3}
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.2:v1.1.6}
container_name: ${DOCKER_NAME:-ccdb}-app
entrypoint:
- bash
Expand All @@ -48,7 +48,7 @@ services:

nginx:
container_name: ${DOCKER_NAME:-ccdb}-nginx
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.0:v1.1.3}
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.2:v1.1.6}
depends_on:
- app
ports:
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8036}:8025'

scheduler:
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.0:v1.1.3}
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.2:v1.1.6}
container_name: ${DOCKER_NAME:-ccdb}-scheduler
depends_on:
- app
Expand All @@ -105,7 +105,7 @@ services:
user: ${DOCKER_USER:-501:20}

queue:
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.0:v1.1.3}
image: ${DOCKER_IMAGE:-ghcr.io/clingen-data-model/cgwi-php-11.7-8.2:v1.1.6}
container_name: ${DOCKER_NAME:-ccdb}-queue
depends_on:
- app
Expand Down

0 comments on commit a143276

Please sign in to comment.