This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/stacks/apps/adminer/stack.yml
John Allison 8f9bd5ec8d
Some checks failed
Deploy to Swarm / deploy (push) Failing after 3s
New Services:
2025-10-25 12:33:03 -04:00

19 lines
322 B
YAML

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