Hi,
I tried to run the Louez docker image on Portainer.
The database looks fine:
2026-06-21 08:04:37+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.10-1.el9 started.
2026-06-21 08:04:38+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2026-06-21 08:04:38+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.10-1.el9 started.
2026-06-21 08:04:38+00:00 [Note] [Entrypoint]: Initializing database files
2026-06-21T08:04:38.961132Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
2026-06-21T08:04:38.967229Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.4.10) initializing of server in progress as process 81
2026-06-21T08:04:38.982949Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2026-06-21T08:04:40.171034Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2026-06-21T08:04:46.725289Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2026-06-21T08:04:54.415513Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
2026-06-21 08:04:54+00:00 [Note] [Entrypoint]: Database files initialized
2026-06-21 08:04:54+00:00 [Note] [Entrypoint]: Starting temporary server
2026-06-21T08:04:54.504752Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2026-06-21T08:04:54.968496Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.4.10) starting as process 127
2026-06-21T08:04:55.010470Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2026-06-21T08:04:56.569892Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2026-06-21T08:04:58.323570Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2026-06-21T08:04:58.323627Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2026-06-21T08:04:58.337312Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2026-06-21T08:04:58.425840Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /var/run/mysqld/mysqlx.sock
2026-06-21T08:04:58.425936Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.4.10' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server - GPL.
When starting the Louez container I get:
β² Next.js 16.1.6
- Local: http://localhost:3000
- Network: http://0.0.0.0:3000
β Starting...
ββββββββββββββββββββββββββββββββββββββββ
Database Setup
ββββββββββββββββββββββββββββββββββββββββ
π Checking database configuration...
π Connecting to database...
β Ready in 654ms
β
Database connection successful!
π Checking existing tables...
π Database is empty. Starting initial setup...
π Running database schema push (drizzle-kit push --force)...
No config path provided, using default 'drizzle.config.json'
/app/apps/web/drizzle.config.json file does not exist
π Verifying database setup...
β Setup failed - no tables created.
β Database setup failed!
π‘ Error: Database setup verification failed
π You may need to run "pnpm db:push" manually.
2026-06-21T08:08:59.747Z WARN [Better Auth]: [better-auth] Base URL could not be determined. Please set a valid base URL using the baseURL config option or the BETTER_AUTH_BASE_URL environment variable. Without this, callbacks and redirects may not work correctly.
2026-06-21T08:08:59.749Z WARN [Better Auth]: Social provider google is missing clientId or clientSecret
Any idea how to fix this?
Thanks!
Hi,
I tried to run the Louez docker image on Portainer.
The database looks fine:
When starting the Louez container I get:
Any idea how to fix this?
Thanks!