Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Mar 17, 2018
1 parent 8f38306 commit 7ea82bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ services:
hard: -1
volumes:
- esdata:/usr/share/elasticsearch/data
ports:
- 9200:9200
networks:
- shopnet

Expand All @@ -49,13 +47,13 @@ services:
- example/docker-files/databases.environ
volumes:
- shopmedia:/web/workdir
command: uwsgi --ini uwsgi.ini
depends_on:
- postgresdb
- redishost
- elasticsearch
networks:
- shopnet
command: uwsgi --ini uwsgi.ini
ports:
- 9009:9009

Expand Down

0 comments on commit 7ea82bd

Please sign in to comment.