This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/roles/inbucket/docker-stack.yml.j2

14 lines
221 B
Text
Raw Normal View History

2023-05-03 10:03:39 +00:00
# vi: ft=yaml
version: "3.7"
services:
2023-05-04 10:29:29 +00:00
kms-server:
image: inbucket/inbucket
ports:
- 2500:2500
- 9000:9000
deploy:
placement:
constraints:
- "node.labels.public == true"