feat: add adminer docker deployment files

add env.cfg configuration, stack.yml compose file and readme documentation for adminer deployment
This commit is contained in:
2026-05-17 01:05:22 +08:00
parent c75c9884c8
commit cdf48c4539
3 changed files with 60 additions and 0 deletions

3
adminer/env.cfg Normal file
View File

@@ -0,0 +1,3 @@
IMAGE_TAG_VER=5.4.2
IMAGE_TAG=adminer:${IMAGE_TAG_VER}
Volumes_Path=/data/volumes/adminer