kitsu-docker icon indicating copy to clipboard operation
kitsu-docker copied to clipboard

Dockerfile used to build the trial image of Kitsu

Results 4 kitsu-docker issues
Sort by recently updated
recently updated
newest added

`Docker version 25.0.3, build 4debf41` I found that I cannot login through Kitsu's default username and password, so I checked the console and got those error: `root@MyServer:~# docker run --init...

**Context** Studio name: Undisclosed Kitsu version: Latest Production type: VFX **Describe the bug** There's no arm64 build of Kitsu on DockerHub, would be great if part of the build system...

Here's my custom nginx server running in another Docker container: ``` user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 1024; } http { server { listen 80;...

question

Hello! It seems that `zou` expects Postgres to listen on port `5432`. However, Postgres listens on port `5433`. The following configuration worked just recently: ``` root@5a55e842b3ce:/opt/zou# ./init_zou.sh [...] sqlalchemy.exc.OperationalError: (psycopg.OperationalError)...