Skip to content

Commit

Permalink
Merge pull request #64 from avalonmediasystem/7.3.0-release-master
Browse files Browse the repository at this point in the history
Avalon docker image now using latest 7 version; point at 7.3 git tag
  • Loading branch information
apertome authored Mar 17, 2022
2 parents dca4793 + 95563e3 commit 406571b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
.DS_Store
masterfiles/*
masterfiles/*
.*.swp
.*.swo
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:
redis:
image: redis:alpine
avalon: &avalon
image: avalonmediasystem/avalon:7.2.1
image: avalonmediasystem/avalon:7
build:
context: https://github.com/avalonmediasystem/avalon.git#v7.2.1
context: https://github.com/avalonmediasystem/avalon.git#v7.3
target: prod
command: bash -c "bundle exec rake db:migrate && bundle exec rails server -b 0.0.0.0"
depends_on:
Expand Down

0 comments on commit 406571b

Please sign in to comment.