Compare commits
No commits in common. "main" and "v0.1.0" have entirely different histories.
3 changed files with 4 additions and 4 deletions
2
bottin
2
bottin
|
@ -1 +1 @@
|
||||||
Subproject commit 263d312b36667dc99b9dbe4f0a65fd4978fab641
|
Subproject commit 357c871720568c8eafa5c50365d9505c131b7476
|
|
@ -1 +1 @@
|
||||||
Subproject commit a356402276a70a18954dd5f59689ddde6dbce8fb
|
Subproject commit 44e936cd33004fb45f453c6a541514f31e4a1fb0
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
bottin_db:
|
bottin_db:
|
||||||
image: 'docker.io/library/postgres:16.1'
|
image: 'docker.io/library/postgres:14.8'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}"
|
POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}"
|
||||||
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"
|
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
|
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
|
||||||
|
|
||||||
bottin_agenda_db:
|
bottin_agenda_db:
|
||||||
image: 'docker.io/library/postgres:16.1'
|
image: 'docker.io/library/postgres:15.4'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
|
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
|
||||||
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"
|
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"
|
||||||
|
|
Reference in a new issue