Skip to content

Commit

Permalink
Update container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jul 20, 2024
1 parent a73f5bf commit 42fe404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
django:
image: ghcr.io/ubuntu-kr/ubuntu-kr-qr-kiosk-admin:8a1e2dedb8cd068ffcca3925760d95b535b7c668
image: ghcr.io/ubuntu-kr/ubuntu-kr-qr-kiosk-admin:a73f5bf57fbb9577690c502a2b9c325c9bf62958
volumes:
- ./data:/app/data
- ./static:/app/static
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- RECAPTCHA_PRIVATE_KEY=your.recaptcha.privkey
- CELERY_BROKER_URL=redis://redis:6379/0
worker:
image: ghcr.io/ubuntu-kr/ubuntu-kr-qr-kiosk-admin:8a1e2dedb8cd068ffcca3925760d95b535b7c668
image: ghcr.io/ubuntu-kr/ubuntu-kr-qr-kiosk-admin:a73f5bf57fbb9577690c502a2b9c325c9bf62958
volumes:
- ./data:/app/data
- ./static:/app/static
Expand Down

0 comments on commit 42fe404

Please sign in to comment.