Skip to content

Commit

Permalink
chore: update compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Jul 25, 2020
1 parent f32aa22 commit 9fadbd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- ./compose.env
environment: []
image: docker.pkg.github.com/swingletree-oss/deck:1.5.0 #deck_VERSION
image: docker.pkg.github.com/swingletree-oss/deck:1.6.0 #deck_VERSION
restart: always
volumes:
- ./swingletree.conf.yaml:/opt/deck/swingletree.conf.yaml
Expand All @@ -20,7 +20,7 @@ services:
env_file:
- ./compose.env
environment: []
image: docker.pkg.github.com/swingletree-oss/scotty/scotty:1.1.5 #scotty_VERSION
image: docker.pkg.github.com/swingletree-oss/scotty/scotty:1.2.0 #scotty_VERSION
restart: always
volumes:
- ./swingletree.conf.yaml:/opt/scotty/swingletree.conf.yaml
Expand Down

0 comments on commit 9fadbd4

Please sign in to comment.