Update image tag

This commit is contained in:
Keannu Bernasol 2024-09-11 22:19:53 +08:00
parent 70c6b1a0ae
commit 5b2496bec1

View file

@ -4,7 +4,7 @@ services:
# Django Backend
django:
env_file: .env
image: git.keannu1.duckdns.org/keannu125/drf_template:latest
image: git.06222001.xyz/keannu125/drf_template:latest
ports:
- "${BACKEND_PORT}:8000"
environment:
@ -20,7 +20,7 @@ services:
env_file: .env
environment:
- RUN_TYPE=worker
image: git.keannu1.duckdns.org/keannu125/drf_template:latest
image: git.06222001.xyz/keannu125/drf_template:latest
depends_on:
- django
- postgres
@ -33,7 +33,7 @@ services:
env_file: .env
environment:
- RUN_TYPE=beat
image: git.keannu1.duckdns.org/keannu125/drf_template:latest
image: git.06222001.xyz/keannu125/drf_template:latest
depends_on:
- celery
- django