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
11 lines
200 B
Bash
11 lines
200 B
Bash
#!/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 |