set up adminer

This commit is contained in:
2026-09-02 10:46:53 +02:00
parent c9f99b1b9b
commit 30177abb3b
4 changed files with 31 additions and 16 deletions
+12
View File
@@ -88,6 +88,18 @@ services:
- "3000:3000"
restart: always
adminer:
build: ./requirements/adminer
image: adminer:inception
container_name: adminer
networks:
- inception
ports:
- "8081:8080"
depends_on:
- mariadb
restart: always
networks:
inception:
driver: bridge