Compare commits
1 commit
317357817c
...
779d0fdffc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
779d0fdffc |
5 changed files with 5 additions and 8 deletions
|
|
@ -284,7 +284,7 @@ environment:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:43.160
|
image: renovate/renovate:43.109
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
|
|
@ -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.50.0
|
just 1.49.0
|
||||||
|
|
|
||||||
|
|
@ -106,9 +106,6 @@ 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:
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ services:
|
||||||
secrets:
|
secrets:
|
||||||
- db_password
|
- db_password
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data_prod:/var/lib/postgresql
|
- postgres_data_prod:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
- "5001:5432"
|
- "5001:5432"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -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
|
- postgres-data:/var/lib/postgresql/data
|
||||||
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.1
|
image: ghcr.io/sebadob/rauthy:0.35.0
|
||||||
environment:
|
environment:
|
||||||
- LOCAL_TEST=true
|
- LOCAL_TEST=true
|
||||||
- SMTP_URL=mailcrab
|
- SMTP_URL=mailcrab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue