1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 05:09:15 +00:00
ctrl/scripts/nats-server/create-docker-compose-files/docker-compose.yml.tpl
2021-12-08 10:20:06 +01:00

15 lines
No EOL
312 B
Smarty

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