new release: 0.10.0-rc1

This commit is contained in:
Jens Langhammer
2020-09-10 13:05:12 +02:00
parent 95a1c7b6d5
commit 43cb08b433
8 changed files with 18 additions and 18 deletions

View File

@ -21,7 +21,7 @@ services:
labels:
- traefik.enable=false
server:
image: beryju/passbook:${PASSBOOK_TAG:-0.9.0-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.0-rc1}
command: server
environment:
PASSBOOK_REDIS__HOST: redis
@ -38,7 +38,7 @@ services:
- traefik.docker.network=internal
- traefik.frontend.rule=PathPrefix:/
worker:
image: beryju/passbook:${PASSBOOK_TAG:-0.9.0-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.10.0-rc1}
command: worker
networks:
- internal
@ -51,7 +51,7 @@ services:
PASSBOOK_POSTGRESQL__PASSWORD: ${PG_PASS:-thisisnotagoodpassword}
PASSBOOK_LOG_LEVEL: debug
static:
image: beryju/passbook-static:0.9.0-stable
image: beryju/passbook-static:0.10.0-rc1
networks:
- internal
labels: