Skip to content

Commit

Permalink
update docker-compose.yml with 'latest' version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Apr 14, 2024
1 parent 8006b88 commit 4c632ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- pgdata_16:/var/lib/postgresql/data

backend:
image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-1.28.0}
image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-latest}
command: ./celery.sh -l ${CELERY_LOG_LEVEL:-warning}
depends_on:
- cache
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
stop_grace_period: 30s

frontend:
image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-1.28.0}
image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-latest}
depends_on:
- cache
- db
Expand Down

0 comments on commit 4c632ca

Please sign in to comment.