reorg for better sanity
[discourse_docker.git] / samples / redis.yml
1 templates:
2 - "templates/redis.template.yml"
3 - "templates/sshd.template.yml"
4
5 expose:
6 - "6379:6379"
7 - "2221:22"
8
9 hooks:
10 # after_sshd:
11 # - exec: ssh-import-id some-user
12
13 volumes:
14 - volume:
15 host: /home/sam/discourse_docker/shared
16 guest: /shared