Use new image

This commit is contained in:
decentral1se 2021-06-23 15:46:29 +02:00
parent cfa186e560
commit b7b465880a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ services:
hard: -1
web:
image: decentral1se/hometown:v1.0.5_3.3.0
image: decentral1se/hometown:v1.0.5_3.4.0
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
- proxy
@ -211,7 +211,7 @@ services:
- http_proxy # yes, this should be lowercase
streaming:
image: decentral1se/hometown:v1.0.5_3.3.0
image: decentral1se/hometown:v1.0.5_3.4.0
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -244,7 +244,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: decentral1se/hometown:v1.0.5_3.3.0
image: decentral1se/hometown:v1.0.5_3.4.0
secrets: *secrets
command: bundle exec sidekiq
configs: *configs