Fix the hard coded version number in the docker-compose file

This commit is contained in:
waffles
2023-01-19 00:42:38 -08:00
parent 6654e0b971
commit 795fcd83d1
@@ -3,7 +3,7 @@ services:
web:
logging:
driver: journald
image: tootsuite/mastodon:v4.0.2
image: tootsuite/mastodon:{{ MASTODON_VERSION }}
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@@ -25,7 +25,7 @@ services:
streaming:
logging:
driver: journald
image: tootsuite/mastodon:v4.0.2
image: tootsuite/mastodon:{{ MASTODON_VERSION }}
restart: always
env_file: .env.production
command: node ./streaming