File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : " 2.3"
22
33x-base : &base
4- image : tomforbes /django-docker-box:${PYTHON_VERSION}
4+ image : djangobox /django-docker-box:${PYTHON_VERSION}
55 build :
66 context : ${DJANGO_PATH}
77 dockerfile : ${PWD}/Dockerfile
88 args :
99 - PYTHON_VERSION=${PYTHON_VERSION}
1010 cache_from :
11- - tomforbes /django-docker-box:${PYTHON_VERSION}
11+ - djangobox /django-docker-box:${PYTHON_VERSION}
1212 volumes :
1313 - ${DJANGO_PATH}:/tests/django/
1414 - ./settings:/tests/django/tests/settings
@@ -65,7 +65,7 @@ services:
6565 - postgres-gis-db
6666 postgres-gis-db :
6767 << : *postgres-base
68- image : tomforbes /django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
68+ image : djangobox /django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
6969 build :
7070 dockerfile : Dockerfile-postgis
7171 context : .
@@ -126,7 +126,7 @@ services:
126126
127127 oracle :
128128 << : *base
129- image : tomforbes /django-docker-box:oracle-${PYTHON_VERSION}
129+ image : djangobox /django-docker-box:oracle-${PYTHON_VERSION}
130130 environment :
131131 - DJANGO_SETTINGS_MODULE=settings.test_oracle
132132 - WAIT_FOR=oracle-db:1521
You can’t perform that action at this time.
0 commit comments