feat: latest hometown on the v1.0.6 branch
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-09-29 15:09:08 +02:00
parent ac7fcecfbc
commit 82bfcbc302
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,6 @@ version: "3.8"
services: services:
app: app:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets: secrets:
- db_password - db_password
- otp_secret - otp_secret
@ -13,7 +12,6 @@ services:
- oidc_client_secret - oidc_client_secret
streaming: streaming:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets: secrets:
- db_password - db_password
- otp_secret - otp_secret
@ -23,7 +21,6 @@ services:
- oidc_client_secret - oidc_client_secret
sidekiq: sidekiq:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets: secrets:
- db_password - db_password
- otp_secret - otp_secret

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: decentral1se/hometown:v1.0.5_3.5.2 image: decentral1se/hometown:v1.0.6_3.5.2
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
@ -183,7 +183,7 @@ services:
hard: -1 hard: -1
streaming: streaming:
image: decentral1se/hometown:v1.0.5_3.5.2 image: decentral1se/hometown:v1.0.6_3.5.2
command: node ./streaming command: node ./streaming
configs: *configs configs: *configs
entrypoint: *entrypoint entrypoint: *entrypoint
@ -204,7 +204,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.5.2 image: decentral1se/hometown:v1.0.6_3.5.2
secrets: *secrets secrets: *secrets
command: bundle exec sidekiq command: bundle exec sidekiq
configs: *configs configs: *configs