mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-16 19:59:24 +08:00
Update image tag
This commit is contained in:
parent
70c6b1a0ae
commit
5b2496bec1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue