New Service: adminer
All checks were successful
Deploy to Swarm / deploy (push) Successful in 3s

This commit is contained in:
2025-10-25 13:01:27 -04:00
parent bda8c78f0e
commit c6cb1dcd7d

View File

@@ -0,0 +1,18 @@
services:
adminer:
image: adminer:latest
networks:
- homelab
ports:
- 8091:8080
environment:
- ADMINER_DEFAULT_SERVER=postgres
- ADMINER_DESIGN=nette
deploy:
replicas: 1
placement:
constraints:
- node.hostname == p0
networks:
homelab:
external: true