Update standalone.yml
[discourse_docker.git] / samples / redis.yml
CommitLineData
67a25ebf 1templates:
67a25ebf
SS
2 - "templates/redis.template.yml"
3 - "templates/sshd.template.yml"
4
3cb3d9c4
S
5env:
6 LANG: en_US.UTF-8
7
2f9bf9d0
PG
8# any extra arguments for Docker?
9# docker_args:
10
67a25ebf 11expose:
67a25ebf
SS
12 - "6379:6379"
13 - "2221:22"
14
67a25ebf
SS
15volumes:
16 - volume:
be82e068 17 host: /var/discourse/shared/redis
67a25ebf 18 guest: /shared
be82e068
S
19 - volume:
20 host: /var/discourse/shared/redis/log/var-log
21 guest: /var/log