Skip to content

Commit

Permalink
FEATURE: bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Pereto committed Sep 18, 2020
1 parent da23b9e commit 6958cb4
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 @@ -10,7 +10,7 @@ services:
- .env

app:
image: bpereto/borg-hive:0.1
image: bpereto/borg-hive:0.1.1
env_file:
- .env
volumes:
Expand All @@ -23,7 +23,7 @@ services:
- db

worker:
image: bpereto/borg-hive:0.1
image: bpereto/borg-hive:0.1.1
entrypoint: celery worker -A core -l INFO -B --scheduler django_celery_beat.schedulers:DatabaseScheduler
env_file:
- .env
Expand All @@ -34,7 +34,7 @@ services:
- db

watcher:
image: bpereto/borg-hive:0.1
image: bpereto/borg-hive:0.1.1
entrypoint: /bin/bash -c "/app/manage.py watch_repositories"
env_file:
- .env
Expand All @@ -44,7 +44,7 @@ services:
- db

borg:
image: bpereto/borg-hive:borg-0.1
image: bpereto/borg-hive:borg-0.1.1
depends_on:
- db
env_file:
Expand Down

0 comments on commit 6958cb4

Please sign in to comment.