Skip to content

Commit

Permalink
Merge pull request #108 from neuroforgede/wip/tenant-api#main
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
s4ke authored Mar 28, 2024
2 parents 04cc6ae + a10a5a2 commit 4fdcd33
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deploy/production/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
- "nodered.local"

consumer_gateway:
image: "${SKIPPER_CONSUMER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-consumer-gateway:2.2.1}"
image: "${SKIPPER_CONSUMER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-consumer-gateway:2.2.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -162,7 +162,7 @@ services:
start_period: 1s

skipper:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -178,7 +178,7 @@ services:

# inside facing container used for separating internal requests so that outside requests are not harmed by etl jobs
skipper_internal:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -194,7 +194,7 @@ services:
SKIPPER_DJANGO_EXTRA_ALLOWED_HOSTS: "skipper.internal.local"

skipper_celery:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
restart: unless-stopped
networks:
- postgres
Expand All @@ -207,7 +207,7 @@ services:
SKIPPER_CONTAINER_TYPE: "CELERY"

skipper_celery_beat:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
restart: unless-stopped
networks:
- postgres
Expand All @@ -224,7 +224,7 @@ services:
SKIPPER_CONTAINER_TYPE: "CELERY_BEAT"

skipper_task_dashboard:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
restart: unless-stopped
networks:
postgres: {}
Expand All @@ -236,7 +236,7 @@ services:
SKIPPER_CONTAINER_TYPE: "TASK_DASHBOARD"

skipper_proxy:
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.2.1}"
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.2.2}"
environment:
SKIPPER_BACKEND_SERVICE: "skipper.local"
SKIPPER_BACKEND_SERVICE_PORT: "8000"
Expand Down Expand Up @@ -280,7 +280,7 @@ services:
python manage.py collectstatic --noinput
check_result "failed to collect static files"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.2.2}"
environment:
# force rerun everytime
DEPLOY_DATE: "${DEPLOY_DATE}"
Expand Down

0 comments on commit 4fdcd33

Please sign in to comment.