Skip to content

Commit

Permalink
fixes #24, removes bridge from rexray
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Sep 6, 2019
1 parent dd2ef28 commit 5abb3f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions stack-rexray.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "3.7"

# 1. WORKAROUND: would prefer this use null network driver, will use bridge for now to avoid overlay
# 2. TODO: would prefer on-failure restart_policy, but need to run this in script to look
# for if plugin exists first before reinstalling
# 3. TODO: would prefer this picks a driver version, and support driver updates
Expand All @@ -18,8 +17,6 @@ services:
plugin-rexray:
<<: *default-opts
image: mavenugo/swarm-exec:17.03.0-ce
networks:
- bridge
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets:
Expand All @@ -36,8 +33,4 @@ secrets:
rexray_do_token:
external: true
name: rexray_do_token

networks:
bridge:
external: true
name: bridge

0 comments on commit 5abb3f3

Please sign in to comment.