Add Discourse locale to samples/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
67a25ebf 8expose:
67a25ebf
SS
9 - "6379:6379"
10 - "2221:22"
11
67a25ebf
SS
12volumes:
13 - volume:
be82e068 14 host: /var/discourse/shared/redis
67a25ebf 15 guest: /shared
be82e068
S
16 - volume:
17 host: /var/discourse/shared/redis/log/var-log
18 guest: /var/log