Use new image
This commit is contained in:
parent
cfa186e560
commit
b7b465880a
@ -50,7 +50,7 @@ services:
|
|||||||
hard: -1
|
hard: -1
|
||||||
|
|
||||||
web:
|
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"
|
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||||
networks: &bothNetworks
|
networks: &bothNetworks
|
||||||
- proxy
|
- proxy
|
||||||
@ -211,7 +211,7 @@ services:
|
|||||||
- http_proxy # yes, this should be lowercase
|
- http_proxy # yes, this should be lowercase
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: decentral1se/hometown:v1.0.5_3.3.0
|
image: decentral1se/hometown:v1.0.5_3.4.0
|
||||||
command: node ./streaming
|
command: node ./streaming
|
||||||
configs: *configs
|
configs: *configs
|
||||||
entrypoint: *entrypoint
|
entrypoint: *entrypoint
|
||||||
@ -244,7 +244,7 @@ services:
|
|||||||
volumes: *appVolume # used to make sure this volume is created
|
volumes: *appVolume # used to make sure this volume is created
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
image: decentral1se/hometown:v1.0.5_3.3.0
|
image: decentral1se/hometown:v1.0.5_3.4.0
|
||||||
secrets: *secrets
|
secrets: *secrets
|
||||||
command: bundle exec sidekiq
|
command: bundle exec sidekiq
|
||||||
configs: *configs
|
configs: *configs
|
||||||
|
Loading…
Reference in New Issue
Block a user