add git keep so we have this container
[discourse_docker.git] / data.yml
CommitLineData
8dea575c
SS
1templates:
2 - "templates/cron.template.yml"
3 - "templates/postgres.template.yml"
4 - "templates/redis.template.yml"
5 - "templates/sshd.template.yml"
6
7expose:
8 - "5432:5432"
9 - "6379:6379"
10 - "2221:22"
11
12params:
13 ssh_key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAoW2hxaAVSVNdHQlVJ8eQhhU3m6xYZ5ZsaHaUNc9Gau0OXko7Jw5Gf3ooJ8r0CI0vsHZtifTWCU2t4FlB3ERH6M9Rst8IypOo6/6JrEmXqGBQAHB6QyPNXNE+nVzCdLaww58iQa++IGNS29Zr9jDECGEBh9G52qkBa/9JoOXed6s0JJPf9C5MNNzGbv4mgP8iIqluB41egsY1hTEJwfA1WLgxEEqwZQpEDs2mLZKXlUav3slaD0oq81BZx4WxcKuLv4Xh3mGBeJcM/fWOpQmkgoamFUvD9ijxCQCNrqF0QX/+MqGDxqQfeEzoQaKeINfyehkJpLrcamunBgEvqqlaBw== sam@sam-ubuntu
14
15volumes:
16 - volume:
17 host: /home/sam/discourse_docker/shared
18 guest: /shared