first commit

This commit is contained in:
2026-03-13 15:38:17 +00:00
commit 3530778e02
2 changed files with 18 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
adminer:
image: adminer:5.2.1
container_name: adminer
restart: unless-stopped
ports:
- "${PORT}:8080"
environment:
ADMINER_DEFAULT_SERVER: postgres
networks:
- nginx
networks:
nginx:
driver: bridge
external: true