Use new image
This commit is contained in:
parent
cfa186e560
commit
b7b465880a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user