New Services:
Some checks failed
Deploy to Swarm / deploy (push) Failing after 3s

This commit is contained in:
2025-10-25 12:33:03 -04:00
parent f52f61e448
commit 8f9bd5ec8d
14 changed files with 386 additions and 1 deletions

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