new release: 0.12.4-stable

This commit is contained in:
Jens Langhammer
2020-10-20 22:31:31 +02:00
parent aeee3ad7f9
commit b00573bde2
9 changed files with 18 additions and 18 deletions

View File

@ -19,7 +19,7 @@ services:
networks:
- internal
server:
image: beryju/passbook:${PASSBOOK_TAG:-0.12.3-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.12.4-stable}
command: server
environment:
PASSBOOK_REDIS__HOST: redis
@ -40,7 +40,7 @@ services:
env_file:
- .env
worker:
image: beryju/passbook:${PASSBOOK_TAG:-0.12.3-stable}
image: beryju/passbook:${PASSBOOK_TAG:-0.12.4-stable}
command: worker
networks:
- internal
@ -54,7 +54,7 @@ services:
env_file:
- .env
static:
image: beryju/passbook-static:${PASSBOOK_TAG:-0.12.3-stable}
image: beryju/passbook-static:${PASSBOOK_TAG:-0.12.4-stable}
networks:
- internal
labels: