Skip to content

IntegraSDL/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platform

Setting up environment variables

Before running docker compose you should set up .env file in main directory with all variables below.

Gitea postgress database

Example:

POSTGRES_HOST=gitea-db:5432
POSTGRES_DB_NAME=gitea
POSTGRES_USER=postgres
POSTGRES_PASS=postgres

Drone

Example:

DRONE_RPC_HOST=drone
DRONE_RPC_PROTO=http
DRONE_RPC_SECRET=secret
DRONE_UI_USERNAME=test
DRONE_UI_PASSWORD=test
DRONE_DEBUG=true
DRONE_TRACE=true
DRONE_LOGS_DEBUG=true

Restic password

Example:

RESTIC_PASSWORD=test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published