1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 13:39:17 +00:00
ctrl/scripts/nats-server/create-docker-compose-files/template_docker-compose.yml

15 lines
312 B
YAML
Raw Normal View History

2021-10-05 11:37:45 +00:00
version: "3"
services:
nats-server:
build: .
env_file:
- env.env
image: {{.ImageAndVersion}}
restart: always
ports:
- "{{.ExposedNatsPort}}:4222"
volumes:
- {{.NatsConfPath}}:/app/nats-server.conf
- {{.LeCertPath}}:/app/le.crt
- {{.LeKeyPath}}:/app/le.key