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 1
1
version : " 2.3"
2
2
3
3
x-base : &base
4
- image : tomforbes /django-docker-box:${PYTHON_VERSION}
4
+ image : djangobox /django-docker-box:${PYTHON_VERSION}
5
5
build :
6
6
context : ${DJANGO_PATH}
7
7
dockerfile : ${PWD}/Dockerfile
8
8
args :
9
9
- PYTHON_VERSION=${PYTHON_VERSION}
10
10
cache_from :
11
- - tomforbes /django-docker-box:${PYTHON_VERSION}
11
+ - djangobox /django-docker-box:${PYTHON_VERSION}
12
12
volumes :
13
13
- ${DJANGO_PATH}:/tests/django/
14
14
- ./settings:/tests/django/tests/settings
@@ -65,7 +65,7 @@ services:
65
65
- postgres-gis-db
66
66
postgres-gis-db :
67
67
<< : *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}
69
69
build :
70
70
dockerfile : Dockerfile-postgis
71
71
context : .
@@ -126,7 +126,7 @@ services:
126
126
127
127
oracle :
128
128
<< : *base
129
- image : tomforbes /django-docker-box:oracle-${PYTHON_VERSION}
129
+ image : djangobox /django-docker-box:oracle-${PYTHON_VERSION}
130
130
environment :
131
131
- DJANGO_SETTINGS_MODULE=settings.test_oracle
132
132
- WAIT_FOR=oracle-db:1521
You can’t perform that action at this time.
0 commit comments