Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
ISSUE-#46: bumping container to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
howdoicomputer committed Mar 15, 2017
1 parent 66d7c78 commit 141b66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -110,3 +110,4 @@ EXPOSE 3000

LABEL description="A container for the Find a Home project."
LABEL maintainer="Tyler Hamption <howdoicomputer@fastmail.com>"
LABEL version="v2"
4 changes: 2 additions & 2 deletions hyper/findahome/docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
app:
container_name: app
size: m1
image: howdoicomputer/findahome:v1
image: howdoicomputer/findahome:v2
fip: 199.245.57.129
ports:
- "80:3000"
Expand All @@ -30,7 +30,7 @@ services:
sidekiq:
container_name: sidekiq
size: s4
image: howdoicomputer/findahome:v1
image: howdoicomputer/findahome:v2
command: bash -c "/home/findahome/findahome/deploy/start_sidekiq.sh"
links:
- redis
Expand Down

0 comments on commit 141b66a

Please sign in to comment.