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:
app:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets:
- db_password
- otp_secret
@ -13,7 +12,6 @@ services:
- oidc_client_secret
streaming:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets:
- db_password
- otp_secret
@ -23,7 +21,6 @@ services:
- oidc_client_secret
sidekiq:
image: decentral1se/hometown:v1.0.5_3.5.2
secrets:
- db_password
- otp_secret

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
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"
networks: &bothNetworks
- proxy
@ -183,7 +183,7 @@ services:
hard: -1
streaming:
image: decentral1se/hometown:v1.0.5_3.5.2
image: decentral1se/hometown:v1.0.6_3.5.2
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -204,7 +204,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: decentral1se/hometown:v1.0.5_3.5.2
image: decentral1se/hometown:v1.0.6_3.5.2
secrets: *secrets
command: bundle exec sidekiq
configs: *configs