Git Product home page Git Product logo

Comments (6)

koroleves avatar koroleves commented on July 22, 2024

Managed to start container only with sqlite settings sqlite (sorry for my english)

from webtrees-docker.

NathanVaughn avatar NathanVaughn commented on July 22, 2024

Could you post the environment variables you're using (with redactions)? It looks like the start-up script is trying to run the setup wizard, but for some reason, the connection is getting refused.

You can also try starting the container with no environment variables set, and running the setup wizard manually.

from webtrees-docker.

koroleves avatar koroleves commented on July 22, 2024

With the old settings, the container worked well until the first reload.
I recreated the container with these settings
version: "3"

services:
app:
environment:
PRETTY_URLS: "1"
HTTPS: "0"
HTTPS_REDIRECT: "0"
LANGUAGE: "ru-RU"
BASE_URL: "http://wtree.koroles.com"
DB_TYPE: "mysql"
DB_NAME: "webtrees"
DB_HOST: "192.168.1.10"
DB_PORT: "3306"
DB_USER: "webtrees"
DB_PASS: ""
DB_PREFIX: ""
WT_USER: "admin"
WT_NAME: "admin"
WT_PASS: "
"
WT_EMAIL: "[email protected]"
container_name: webtrees
image: ghcr.io/nathanvaughn/webtrees:2.1.12
ports:
- 3663:80

Now when you restart the container starts but not correctly.

2022-12-23_12-01-57 (2)

Infinite loading animation

from webtrees-docker.

koroleves avatar koroleves commented on July 22, 2024

And I can't get log out
2022-12-23_12-08-25

from webtrees-docker.

koroleves avatar koroleves commented on July 22, 2024

the same with these settings, the container worked well until the first reload.

version: "3"

services:
app:
environment:
PRETTY_URLS: "1"
HTTPS: "0"
HTTPS_REDIRECT: "0"
LANGUAGE: "ru-RU"
BASE_URL: "http://wtree.koroles.com/"

container_name: webtrees
image: ghcr.io/nathanvaughn/webtrees:2.1.12
ports:

  • 3663:80

after reboot i see endless loading animation

from webtrees-docker.

NathanVaughn avatar NathanVaughn commented on July 22, 2024

First off, I would try clearing your database and starting fresh.

Second, I think the issue is that ru-RU is not a valid locale code. I finally found the list of allowed values here: https://github.com/fisharebest/webtrees/tree/main/resources/lang

from webtrees-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.