Compare commits

..

9 commits

Author SHA1 Message Date
Renovate Bot
317357817c chore(deps): update mix dependencies to v1
Some checks failed
continuous-integration/drone/push Build is failing
2026-05-04 23:12:17 +02:00
3bfb7dd09c
fix database volume path for PG 18
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-04 21:49:21 +02:00
9846e1f77e
README: fix asdf setup
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-04 21:42:14 +02:00
31816479be Merge pull request 'chore(deps): update renovate/renovate docker tag to v43.160' (#487) from renovate/renovate-renovate-43.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #487
2026-05-04 15:44:51 +02:00
95b1bfbe18 Merge pull request 'chore(deps): update ghcr.io/sebadob/rauthy docker tag to v0.35.1' (#484) from renovate/ghcr.io-sebadob-rauthy-0.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #484
2026-05-04 11:41:57 +02:00
9cef87d416 Merge pull request 'chore(deps): update dependency just to v1.50.0' (#485) from renovate/asdf-tool-versions into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #485
2026-05-04 11:40:43 +02:00
Renovate Bot
743523a52b chore(deps): update renovate/renovate docker tag to v43.160
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-02 00:15:36 +00:00
Renovate Bot
8dfe86f2a5 chore(deps): update dependency just to v1.50.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-01 00:14:49 +00:00
Renovate Bot
4eb044ddbf chore(deps): update ghcr.io/sebadob/rauthy docker tag to v0.35.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-01 00:14:40 +00:00
5 changed files with 8 additions and 5 deletions

View file

@ -284,7 +284,7 @@ environment:
steps: steps:
- name: renovate - name: renovate
image: renovate/renovate:43.109 image: renovate/renovate:43.160
environment: environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js" RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN: RENOVATE_TOKEN:

View file

@ -1,3 +1,3 @@
elixir 1.18.3-otp-27 elixir 1.18.3-otp-27
erlang 27.3.4 erlang 27.3.4
just 1.49.0 just 1.50.0

View file

@ -106,6 +106,9 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
```bash ```bash
git clone https://git.local-it.org/local-it/mitgliederverwaltung.git mila git clone https://git.local-it.org/local-it/mitgliederverwaltung.git mila
cd mila cd mila
asdf plugin add elixir
asdf plugin add erlang
asdf plugin add just
asdf install asdf install
# Inside the repo folder: # Inside the repo folder:

View file

@ -42,7 +42,7 @@ services:
secrets: secrets:
- db_password - db_password
volumes: volumes:
- postgres_data_prod:/var/lib/postgresql/data - postgres_data_prod:/var/lib/postgresql
ports: ports:
- "5001:5432" - "5001:5432"
restart: unless-stopped restart: unless-stopped

View file

@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
POSTGRES_DB: mv_dev POSTGRES_DB: mv_dev
volumes: volumes:
- postgres-data:/var/lib/postgresql/data - postgres-data:/var/lib/postgresql
ports: ports:
- "5000:5432" - "5000:5432"
networks: networks:
@ -25,7 +25,7 @@ services:
rauthy: rauthy:
container_name: rauthy-dev container_name: rauthy-dev
image: ghcr.io/sebadob/rauthy:0.35.0 image: ghcr.io/sebadob/rauthy:0.35.1
environment: environment:
- LOCAL_TEST=true - LOCAL_TEST=true
- SMTP_URL=mailcrab - SMTP_URL=mailcrab