diff --git a/compose.oidc.yml b/compose.oidc.yml index bdd76a8..18f252e 100644 --- a/compose.oidc.yml +++ b/compose.oidc.yml @@ -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 diff --git a/compose.yml b/compose.yml index 849f530..3a3012c 100644 --- a/compose.yml +++ b/compose.yml @@ -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