Skip to content

Commit 67dd591

Browse files
author
Valentin Ryckaert
committed
feat: add adminer to docker compose dev
1 parent a247ae3 commit 67dd591

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ services:
3737
interval: 5s
3838
volumes:
3939
- db-data:/var/lib/postgresql/data
40+
adminer:
41+
image: adminer
42+
restart: always
43+
ports:
44+
- 8080:8080
4045
solr:
4146
container_name: ${PREFIX}-solr
4247
image: solr:8

0 commit comments

Comments
 (0)