Fix the hard coded version number in the docker-compose file
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
image: tootsuite/mastodon:v4.0.2
|
image: tootsuite/mastodon:{{ MASTODON_VERSION }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
streaming:
|
streaming:
|
||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
image: tootsuite/mastodon:v4.0.2
|
image: tootsuite/mastodon:{{ MASTODON_VERSION }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env.production
|
env_file: .env.production
|
||||||
command: node ./streaming
|
command: node ./streaming
|
||||||
|
|||||||
Reference in New Issue
Block a user