Skip to content

Commit

Permalink
Semi-regrettable late-night commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esmail Fadae committed Feb 12, 2016
1 parent e1a09a7 commit 10b62fe
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion base_images/base-kobocat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kobotoolbox/base-kobos:latest
FROM kobotoolbox/base-kobos:docker_local

MAINTAINER Serban Teodorescu, [email protected]

Expand Down
2 changes: 1 addition & 1 deletion base_images/base-kobos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kobotoolbox/base:latest
FROM kobotoolbox/base:docker_local

MAINTAINER Serban Teodorescu, [email protected]

Expand Down
2 changes: 1 addition & 1 deletion base_images/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kobotoolbox/base-nginx:latest
FROM kobotoolbox/base-nginx:docker_local

MAINTAINER Serban Teodorescu, [email protected]

Expand Down
2 changes: 1 addition & 1 deletion base_images/psql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kobotoolbox/base-psql:latest
FROM kobotoolbox/base-psql:docker_local

MAINTAINER Serban Teodorescu, [email protected]

Expand Down
14 changes: 7 additions & 7 deletions docker-compose.server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rabbit:
image: kobotoolbox/rabbit:latest
image: kobotoolbox/rabbit:docker_local
# build: ./base_images/rabbit
hostname: rabbit
environment:
Expand All @@ -8,15 +8,15 @@ rabbit:
restart: always

psql:
image: kobotoolbox/psql:latest
image: kobotoolbox/psql:docker_local
# build: ./base_images/psql
hostname: psql
volumes:
- "./.vols/db:/srv/db"
restart: always

mongo:
image: kobotoolbox/mongo:latest
image: kobotoolbox/mongo:docker_local
# build: ./base_images/mongo
hostname: mongo
environment:
Expand All @@ -26,7 +26,7 @@ mongo:
restart: always

kobocat:
image: kobotoolbox/kobocat:latest
image: kobotoolbox/kobocat:docker_local
# build: ../kobocat
hostname: kobocat
env_file:
Expand Down Expand Up @@ -55,7 +55,7 @@ kobocat:
# - 'ee-local.kobotoolbox.org:10.0.0.156'

kpi:
image: kobotoolbox/kpi:latest
image: kobotoolbox/kpi:docker_local
# build: ../kpi
hostname: kpi
env_file:
Expand All @@ -79,7 +79,7 @@ kpi:
# - 'kc-local.kobotoolbox.org:10.0.0.156'

nginx:
image: kobotoolbox/nginx:latest
image: kobotoolbox/nginx:docker_local
# build: ./base_images/nginx
hostname: nginx
env_file:
Expand Down Expand Up @@ -134,7 +134,7 @@ redis_cache:
restart: always

dkobo:
image: kobotoolbox/dkobo:latest
image: kobotoolbox/dkobo:docker_local
# build: ../dkobo
hostname: dkobo
env_file:
Expand Down

0 comments on commit 10b62fe

Please sign in to comment.