Skip to content

Commit

Permalink
#49 use prebuilt images from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Nov 18, 2016
1 parent b939003 commit fe1da9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
10 changes: 3 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@ version: "2"

services:
web:
build: .
image: wischlabs/ofm_helper:django_compose-_49
volumes:
- /usr/src/app
- /usr/src/app/staticfiles
ports:
- "8000:8000"
restart: unless-stopped

nginx:
build: ./nginx/
image: wischlabs/ofm_nginx
ports:
- "80:80"
volumes:
- /www/static
volumes_from:
- web
restart: unless-stopped
Expand Down Expand Up @@ -44,4 +40,4 @@ services:

volumes:
pgdata:
external: true
#redisdata:
3 changes: 0 additions & 3 deletions nginx/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions nginx/sites-enabled/django_project

This file was deleted.

0 comments on commit fe1da9a

Please sign in to comment.