Add(module): add girasol module
Add(module): add amap module Add(module): add common lib and services Add(module): add base structure for keycloak Add(module): add base structure for rocket Add(module): add n8n and windmill modules Add(docker): add install docker script in common module Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
15
modules/apps/windmill/.env.example
Normal file
15
modules/apps/windmill/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Environment files
|
||||
ENV_FILE_LOCATION=/opt/environment/.env
|
||||
|
||||
# Application specifics
|
||||
DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable
|
||||
DB_USER=postgres
|
||||
DB_NAME=windmill
|
||||
DB_PASS=
|
||||
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
|
||||
SERVICE_WORKDIR=/home/windmill
|
||||
|
||||
# Backup specifics
|
||||
SERVICE_BACKUPS_DIR=/backups/windmill
|
||||
SERVICE_BACKUPS_PREFIX=windmill-dump
|
||||
SERVICE_BACKUPS_EXTENSION=dump
|
||||
Reference in New Issue
Block a user