Compare commits

...

4 commits
v0.1.0 ... main

3 changed files with 4 additions and 4 deletions

2
bottin

@ -1 +1 @@
Subproject commit 357c871720568c8eafa5c50365d9505c131b7476
Subproject commit 263d312b36667dc99b9dbe4f0a65fd4978fab641

@ -1 +1 @@
Subproject commit 44e936cd33004fb45f453c6a541514f31e4a1fb0
Subproject commit a356402276a70a18954dd5f59689ddde6dbce8fb

View file

@ -1,7 +1,7 @@
services:
bottin_db:
image: 'docker.io/library/postgres:14.8'
image: 'docker.io/library/postgres:16.1'
environment:
POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"
@ -35,7 +35,7 @@ services:
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
bottin_agenda_db:
image: 'docker.io/library/postgres:15.4'
image: 'docker.io/library/postgres:16.1'
environment:
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"