Update local config + gitignore
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
xu<>Okƒ@Ä{ÞO1ॅԴ%ä&šöÒö¡ñ°ÑM|°ë“Ý'%ß¾‹ýwò8Ìð›™“å¶<>ùM‚ÊtˆG¼òE©göNËMUÔ‡Mñrx¯Û¿<C39B>RI‚|“?e›mv¿SšãošÆ¥7ZL7[¡L_Ì(£‚ø¹“Ù|’xÀâ…5ÌÀÁ ¢Ð±ïqfÿ
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
xEQMO„0ôÜ_ñÌ^”„rÑD<C391>Æ%^ŒÙèÑ”öÁV
|
||||
mÚÂ.ÿÞRŠ{à}Í´o:ÔJ×p÷xµƒ<Ï¡|û‚ªòù³<TË„P¦hF²ØdÔ!·èCÛá¢Áž<C381>”g£$—^Íà-ãà™õF!42„›Ñ¡uÀµ °†å¦[r½$šxË‹†½æZ°ãàe<C3A0>ð;]T’e…`ž$ÎkËZŒµ¨c2ÚùÖ¢‹<C2A2>E!×jÒjìÓÔ÷&¢œñc8›ö½êÖ¨Ò- ßzr-ix"'äËò„}¤Í‘p‘‘Ðoi±™nÕˆÅiýkx2&w¹l$=¡µRàªÊ)׉‚ë¡‘m:÷ŠL§<º‘mÏx¯.VÑ}õS‹<>Žc_;*ê<>V
|
||||
€¨…NŽkŒ aYð5 ~‘kÐÏ‘•Ñšuá/k%ÈñÅ <C385>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
xҐЌK
|
||||
В0@]зsЃBУ¤MБ•+в¦йDэ1ќ(zz‹WpыаЅ¦aH•©6ВD`њvСЖ6FУvЦc¤:6ѕC_ЭxЭT«XЧВ,Џ‰б2УxксWвg
|
||||
·…цУЉГЉЏЊЛЬу{NРОЯlµуP”¶,UшЭe5юлЁH(;8ЏIцйC0д^RЃw„pЂE8ЙLк5ЛO§
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
xU<>AnAEYћ%y3H<33>(6(<28>В3Б<33> А2<11>eyКbwвг=ъЎ1ёи!БG qЮУИП=Ж!ЋБUUПоЏў49<34><в<<3C>{Љ<>*eэв`0в<>Аг]o5Dы<44><D18B><EFBFBD>.й,EбтsNППІjуkдЈПЄыWdXљ9:+'в<>FЎPFяЗ<D18F>~}ЅЪ$<24>6i:"іь6Щ&jХ<6A>~<01>FЅШК<D0A8><1F>)qг:IЅб<>ЩтXЊЋ^3YлZ<D0BB>
|
||||
ЊTЬэЃИr<02>ьbZГ<5A>Цж cьfгї=їE№<1E>ѓР
|
||||
[Г<><D093>Н66&ЈK|b<0F><>Лн(zНсH<D181>BЬцPМ
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
d8efbcf69a7feb026d6795d8c9b7c824176ac086
|
||||
@@ -0,0 +1 @@
|
||||
d8efbcf69a7feb026d6795d8c9b7c824176ac086
|
||||
BIN
gitea/gitea/avatars/8f7d2f9195f1cbf77a17ec5a065ecc7e
Normal file
BIN
gitea/gitea/avatars/8f7d2f9195f1cbf77a17ec5a065ecc7e
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
53
n8n/docker-compose.yml
Normal file
53
n8n/docker-compose.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_PASSWORD
|
||||
- POSTGRES_DB
|
||||
- POSTGRES_NON_ROOT_USER
|
||||
- POSTGRES_NON_ROOT_PASSWORD
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
- ./init-data.sh:/docker-entrypoint-initdb.d/init-data.sh
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}']
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:${N8N_VERSION}
|
||||
restart: always
|
||||
environment:
|
||||
- DB_TYPE=postgresdb
|
||||
- DB_POSTGRESDB_HOST=postgres
|
||||
- DB_POSTGRESDB_PORT=5432
|
||||
- DB_POSTGRESDB_DATABASE=${POSTGRES_DB}
|
||||
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
|
||||
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
|
||||
- N8N_RUNNERS_MODE=external
|
||||
- N8N_RUNNERS_AUTH_TOKEN=${RUNNERS_AUTH_TOKEN}
|
||||
- N8N_RUNNERS_BROKER_LISTEN_ADDRESS=0.0.0.0
|
||||
ports:
|
||||
- 5678:5678
|
||||
links:
|
||||
- postgres
|
||||
volumes:
|
||||
- ./n8n:/home/node/.n8n
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
n8n-runner:
|
||||
image: n8nio/runners:${N8N_VERSION}
|
||||
restart: always
|
||||
environment:
|
||||
- N8N_RUNNERS_AUTH_TOKEN=${RUNNERS_AUTH_TOKEN}
|
||||
- N8N_RUNNERS_TASK_BROKER_URI=http://n8n:5679
|
||||
depends_on:
|
||||
- n8n
|
||||
|
||||
13
n8n/init-data.sh
Executable file
13
n8n/init-data.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e;
|
||||
|
||||
|
||||
if [ -n "${POSTGRES_NON_ROOT_USER:-}" ] && [ -n "${POSTGRES_NON_ROOT_PASSWORD:-}" ]; then
|
||||
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
|
||||
CREATE USER ${POSTGRES_NON_ROOT_USER} WITH PASSWORD '${POSTGRES_NON_ROOT_PASSWORD}';
|
||||
GRANT ALL PRIVILEGES ON DATABASE ${POSTGRES_DB} TO ${POSTGRES_NON_ROOT_USER};
|
||||
GRANT CREATE ON SCHEMA public TO ${POSTGRES_NON_ROOT_USER};
|
||||
EOSQL
|
||||
else
|
||||
echo "SETUP INFO: No Environment variables given!"
|
||||
fi
|
||||
Binary file not shown.
Reference in New Issue
Block a user