feat: new hometown
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-09-29 14:44:13 +02:00
parent 52c2f59502
commit ac7fcecfbc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 6 additions and 12 deletions

View File

@ -3,9 +3,7 @@ version: "3.8"
services:
app:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
image: decentral1se/hometown:v1.0.5_3.5.2
secrets:
- db_password
- otp_secret
@ -15,9 +13,7 @@ services:
- oidc_client_secret
streaming:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
image: decentral1se/hometown:v1.0.5_3.5.2
secrets:
- db_password
- otp_secret
@ -27,9 +23,7 @@ services:
- oidc_client_secret
sidekiq:
# FIXME: fuck, borked the image tag, see here for more
# https://github.com/hometown-fork/hometown/issues/1153#issuecomment-1032572439
image: decentral1se/hometown:v1.0.5_3.6.0_openid-sso
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.4.6
image: decentral1se/hometown:v1.0.5_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.4.6
image: decentral1se/hometown:v1.0.5_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.4.6
image: decentral1se/hometown:v1.0.5_3.5.2
secrets: *secrets
command: bundle exec sidekiq
configs: *configs