Skip to main content

.env

This is the shared .env content used in the Linux and Windows QuickStart documents.

Modify the sections below as needed when creating your file.

  • DOCKER_IMAGE: namoo-bookself image reference. Keeping the default is recommended.
  • DB_HOST: PostgreSQL container host. Keeping the default is recommended.
  • DB_PORT: PostgreSQL container port. Keeping the default is recommended.
  • DB_NAME: Database name for storing data.
  • DB_USER: Database user ID
  • DB_PASSWORD: Database user password
  • DATA_PATH: Data storage path. e.g. /home/user/namoo-bookself/data
  • SERVER_HTTP_PORT: HTTP port for accessing the service
  • APP_USER_ID: User ID for the namoo-bookself service. Used for login.
  • LOG_FILE_ENABLED: Flag for log output. Keeping the default is recommended.
DOCKER_IMAGE=gsr17gil/namoo-bookself:latest
DB_HOST=postgres
DB_PORT=5432
DB_NAME=bookself
DB_USER=변경
DB_PASSWORD=변경
DATA_PATH=변경
SERVER_HTTP_PORT=변경
APP_USER_ID=변경
LOG_FILE_ENABLED=N