Merge pull request 'Ne pas démarrer adminer par défaut' (#6) from fix/adminer-off-default into main

Reviewed-on: #6
This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-06 01:27:29 -05:00
commit 547833cfdb

View file

@ -36,13 +36,13 @@ services:
restart: 'unless-stopped'
command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web']
adminer:
image: adminer
restart: always
ports:
- 8088:8080
depends_on:
- db
#adminer:
# image: adminer
# restart: always
# ports:
# - 8088:8080
# depends_on:
# - db
volumes:
db-data: