switch image name and update localization
This commit is contained in:
parent
ea0a7ddc63
commit
3162e54441
2 changed files with 4 additions and 4 deletions
|
@ -96,8 +96,8 @@
|
|||
"community.column_settings.local_only": "Local only",
|
||||
"community.column_settings.media_only": "Media Only",
|
||||
"community.column_settings.remote_only": "Remote only",
|
||||
"compose_form.direct_message_warning": "This seed will only be sent to the mentioned punks.",
|
||||
"compose_form.direct_message_warning_learn_more": "Learn more",
|
||||
"compose_form.encryption_warning": "Seeds on the Solarverse are not end-to-end encrypted. Why would you share private information here?",
|
||||
"compose_form.hashtag_warning": "This seed won't be listed under any hashtag as it is unlisted. Only public seeds can be searched by hashtag.",
|
||||
"compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only seeds.",
|
||||
"compose_form.lock_disclaimer.lock": "locked",
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
|
||||
web:
|
||||
build: .
|
||||
image: solarpunk-moe/mastodon
|
||||
image: porttown.solarpunk.moe/mastodon
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||
|
@ -66,7 +66,7 @@ services:
|
|||
|
||||
streaming:
|
||||
build: .
|
||||
image: solarpunk-moe/mastodon
|
||||
image: porttown.solarpunk.moe/mastodon
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: node ./streaming
|
||||
|
@ -85,7 +85,7 @@ services:
|
|||
|
||||
sidekiq:
|
||||
build: .
|
||||
image: solarpunk-moe/mastodon
|
||||
image: porttown.solarpunk.moe/mastodon
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: bundle exec sidekiq
|
||||
|
|
Loading…
Reference in a new issue