add a hook for ssh
[discourse_docker.git] / data.yml.sample
1 # a basic data only container
2
3 templates:
4 - "templates/cron.template.yml"
5 - "templates/postgres.template.yml"
6 - "templates/redis.template.yml"
7 - "templates/sshd.template.yml"
8
9 expose:
10 - "5432:5432"
11 - "6379:6379"
12 - "2221:22"
13
14 params:
15 ssh_key: YOUR_KEY
16
17 volumes:
18 - volume:
19 host: /home/sam/discourse_docker/shared
20 guest: /shared