From 93dc1930998f0357887552d292f74bca49f7bc83 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 15 Jan 2017 16:12:23 -0600 Subject: [PATCH] Update image name. --- docker-compose.prod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 9a3f6be..f30550c 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -3,6 +3,7 @@ services: nginx: build: context: docker/nginx + image: bcbc/nginx:production ports: - "80:80" links: @@ -13,7 +14,7 @@ services: build: context: . dockerfile: Dockerfile-prod - image: workstand:production + image: bcbc/workstand:production env_file: - workstand.env command: gunicorn --log-file=- -b 0.0.0.0:8000 bikeshop.wsgi:application