Skip to content

Commit

Permalink
upgrade tupelo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobowers committed Dec 17, 2019
1 parent 6ea7971 commit e5585d7
Show file tree
Hide file tree
Showing 6 changed files with 43,684 additions and 5 deletions.
24 changes: 24 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: "3"

services:
tupelo:
image: quorumcontrol/tupelo-local:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- tupelo-local:/tupelo-local
environment:
TUPELO_VERSION: ${TUPELO_VERSION:-master}
COMMUNITY_VERSION: ${COMMUNITY_VERSION:-master}
logging:
driver: none

networks:
default:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.16.247.0/24

volumes:
tupelo-local:
Loading

0 comments on commit e5585d7

Please sign in to comment.