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:
11
modules/apps/windmill/lib/scripts/install-windmill.sh
Normal file
11
modules/apps/windmill/lib/scripts/install-windmill.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
#https://www.windmill.dev/docs/advanced/self_host
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
source /opt/environment/.env
|
||||
|
||||
cd $SERVICE_WORKDIR
|
||||
cp /opt/environment/.env $SERVICE_WORKDIR/.env
|
||||
docker-compose up -d
|
||||
Reference in New Issue
Block a user