Posted July 14, 20241 yr Servus zusammen, ich habe den Docuseal Container installiert und die parameter weitestgehend so gelassen wie im Template vorgeschlagen. Der Container startet jedoch nicht. Hat jemand eine Idee was hier nicht korrekt eingestellt ist? Danke vorab
July 15, 20241 yr Community Expert 3 hours ago, independence said: Hat jemand eine Idee was hier nicht korrekt eingestellt ist? mit der Beschreibung ... wohl kaum ... "mein Auto startet nicht mehr, jemand ne Idee warum ?" was sagt das log vom Docker ? docker run << click << poste mal die 2 Dinge, dann könnte man evtl. was dazu sagen
July 15, 20241 yr Author Das kann ich natürlich gerne beisteuern. Dachte mit meiner rudimentären Erklärung wäre es zumindest möglich schon einmal einen Fehler in der Config vom Standard Template auszuräumen: Docker Run: docker run -d --name='docuseal' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="NAS" -e HOST_CONTAINERNAME="docuseal" -e 'DATABASE_URL'='postgresql://postgres:postgres@localhost:5432/docuseal' -e 'FORCE_SSL'='false' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]' -l net.unraid.docker.icon='https://github.com/docusealco/docuseal/blob/master/public/favicon-96x96.png?raw=true' -p '3434:3000/tcp' -v '/mnt/user/appdata/docuseal':'/data':'rw' 'docuseal/docuseal' a96d0c419c7c27995d8ac5815053dc1714ec6b05b70fa439971f38afc243c60f The command finished successfully! Log: from /usr/local/bundle/gems/pg-1.5.6/lib/pg/connection.rb:764:in `new' from /usr/local/bundle/gems/pg-1.5.6/lib/pg.rb:63:in `connect' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:69:in `new_client' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:980:in `connect' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:992:in `reconnect' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:685:in `block in reconnect!' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:684:in `reconnect!' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:788:in `verify!' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:795:in `connect!' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1001:in `block in with_raw_connection' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/concurrency/null_lock.rb:9:in `synchronize' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1000:in `with_raw_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:1113:in `valid_raw_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:616:in `get_database_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:374:in `database_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:70:in `database_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/schema_cache.rb:200:in `database_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract_adapter.rb:871:in `database_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/postgresql_adapter.rb:644:in `check_version' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:678:in `new_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:723:in `checkout_new_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:702:in `try_to_checkout_new_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:654:in `acquire_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:353:in `checkout' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:182:in `connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_adapters/abstract/connection_handler.rb:246:in `retrieve_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_handling.rb:287:in `retrieve_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/connection_handling.rb:254:in `connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/tasks/database_tasks.rb:510:in `migration_connection' from /usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/tasks/database_tasks.rb:243:in `migrate' from /app/config/initializers/migrate.rb:4:in `block in <main>' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:448:in `instance_exec' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:448:in `block in make_lambda' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:202:in `block (2 levels) in halting' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:707:in `block (2 levels) in default_terminator' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:706:in `catch' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:706:in `block in default_terminator' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:203:in `block in halting' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:598:in `block in invoke_before' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:598:in `each' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:598:in `invoke_before' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:109:in `run_callbacks' from /usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/reloader.rb:96:in `prepare!' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/application/finisher.rb:74:in `block in <module:Finisher>' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/initializable.rb:32:in `instance_exec' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/initializable.rb:32:in `run' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/initializable.rb:61:in `block in run_initializers' from /usr/local/lib/ruby/3.3.0/tsort.rb:231:in `block in tsort_each' from /usr/local/lib/ruby/3.3.0/tsort.rb:353:in `block (2 levels) in each_strongly_connected_component' from /usr/local/lib/ruby/3.3.0/tsort.rb:434:in `each_strongly_connected_component_from' from /usr/local/lib/ruby/3.3.0/tsort.rb:352:in `block in each_strongly_connected_component' from /usr/local/lib/ruby/3.3.0/tsort.rb:350:in `each' from /usr/local/lib/ruby/3.3.0/tsort.rb:350:in `call' from /usr/local/lib/ruby/3.3.0/tsort.rb:350:in `each_strongly_connected_component' from /usr/local/lib/ruby/3.3.0/tsort.rb:229:in `tsort_each' from /usr/local/lib/ruby/3.3.0/tsort.rb:208:in `tsort_each' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/initializable.rb:60:in `run_initializers' from /usr/local/bundle/gems/railties-7.1.3.2/lib/rails/application.rb:426:in `initialize!' from /app/config/environment.rb:7:in `<top (required)>' from config.ru:3:in `require_relative' from config.ru:3:in `block in <main>' from /usr/local/bundle/gems/rack-3.0.11/lib/rack/builder.rb:103:in `eval' from /usr/local/bundle/gems/rack-3.0.11/lib/rack/builder.rb:103:in `new_from_string' from /usr/local/bundle/gems/rack-3.0.11/lib/rack/builder.rb:94:in `load_file' from /usr/local/bundle/gems/rack-3.0.11/lib/rack/builder.rb:64:in `parse_file' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/configuration.rb:368:in `load_rackup' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/configuration.rb:290:in `app' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/runner.rb:162:in `load_and_bind' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/single.rb:44:in `run' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/launcher.rb:194:in `run' from /usr/local/bundle/gems/puma-6.4.2/lib/puma/cli.rb:75:in `run' from /usr/local/bundle/gems/puma-6.4.2/bin/puma:10:in `<top (required)>' from /usr/local/bundle/bin/puma:25:in `load' from /usr/local/bundle/bin/puma:25:in `<top (required)>' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:58:in `load' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:58:in `kernel_load' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli/exec.rb:23:in `run' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli.rb:451:in `exec' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli.rb:34:in `dispatch' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/cli.rb:28:in `start' from /usr/local/bundle/gems/bundler-2.5.3/exe/bundle:28:in `block in <top (required)>' from /usr/local/bundle/gems/bundler-2.5.3/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors' from /usr/local/bundle/gems/bundler-2.5.3/exe/bundle:20:in `<top (required)>' from /app/bin/bundle:108:in `load' from /app/bin/bundle:108:in `<main>' ** Press ANY KEY to close this window **
July 15, 20241 yr Community Expert Solution 59 minutes ago, independence said: -e 'DATABASE_URL'='postgresql://postgres:postgres@localhost:5432/docuseal' das hast du gesehen / gelesen ? du hast wohl daran nichts geändert bzw. diese Variable nicht gelöscht ... wäre beispielsweise ein Ansatz. Ich nutze den Docker nicht, aber sieht mal verdächtig danach aus ... mein erster Ansatz wäre, alles nochmals löschen (inkl. appdata dazu), Container ohne die postgres Variable starten ... bei Gelegenheit, docu mal anschauen. 1 hour ago, independence said: Dachte mit meiner rudimentären Erklärung wäre es zumindest möglich schon einmal einen Fehler in der Config vom Standard Template auszuräumen: sprich, du erwartest das andere sich das template anschauen um Dir zu helfen ? ok und ohne Fehlerbeschreibung dazu ne vernünftige Aussage treffen, auch ok
July 16, 20241 yr Author Danke für deinen Tipp. Ich habe die variable auch gesehen und gehofft, dass es dadurch eine in den Container integrierte DB ist.. Scheint wohl nicht der Fall zu sein. Und zu deinem anderen Statement: ich habe gehofft, dass jemand neulich den Container so installiert hat und seine Vorgehensweise noch im Kopf hatte. Also nein, ich habe nicht erwartet, dass sich das jemand extra wegen mir anschaut.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.