targetingsnake
targetingsnake
We use the following config: ``` tolgee: authentication: initial-password: $Initial_Password$ initial-username: $Initial_Username$ enabled: true machine-translation: google: api-key: my_google_api_key smtp: auth: false from: Antistasi Translate host: $Mailserver_IP$ password: 'omg/my/password' port: 25...
Our docker compose file is the following: ``` version: '7' services: app: image: tolgee/tolgee:latest volumes: - ./data:/data - ./config.yaml:/config.yaml #
that's kind of interesting can confirm that on my docker as well ``` total 132K drwx------ 19 70 root 4.0K Jan 20 16:59 . drwxr-xr-x 4 root root 4.0K Jul...
Okay i did the `chown` with `chown root:root -Rv ./data/postgres/` which does the same, directory permissions afterwards: ``` total 132K drwx------ 19 root root 4.0K Jan 21 13:01 . drwxr-xr-x...
i think the 70 might be an user in the docker container? Also here is the new log: [new-tolgee-log.txt](https://github.com/tolgee/tolgee-platform/files/14001244/new-tolgee-log.txt) Also tested with a copy of the files under the root...
that doesn't help either ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 803903a933c0 tolgee/tolgee:latest "ash -c 'java -cp ap…" 2 minutes ago Up 2 minutes (health: starting) 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp,...
@Flo4604 I actually can't get an log like previously as i created them starting the container with `docker compose up` and piped the output into tee. So basicly i did...
OS: ``` Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye ``` with kernel `Linux vm-name 5.10.0-27-amd64 #1 SMP Debian 5.10.205-2 (2023-12-31) x86_64 GNU/Linux` Dockerversion: `Docker version...
@compi-tom thx für the suggestion of switching back to v3.39.0 it seems to work. @JanCizmar do you need more information or was that information enough and the things you wanted...