Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
779d0fdffc chore(deps): update mix dependencies to v1
Some checks failed
continuous-integration/drone/push Build is failing
2026-05-03 00:19:24 +00:00
5 changed files with 5 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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