I hereby claim:
- I am reyman on github.
- I am reyman (https://keybase.io/reyman) on keybase.
- I have a public key whose fingerprint is 64E7 1441 ADD4 C637 70D5 891F CB58 250A A8E2 0C65
To claim this, I am signing this object:
| database: | |
| image: "quay.io/galexrt/zulip-postgresql-tsearchextras:latest" | |
| environment: | |
| DB_NAME: zulip | |
| DB_USER: zulip | |
| DB_PASS: zulip | |
| volumes: | |
| - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" | |
| memcached: | |
| image: "quay.io/sameersbn/memcached:latest" |
I hereby claim:
To claim this, I am signing this object:
| Attaching to zulip_redis_1, zulip_memcached_1, zulip_rabbitmq_1, zulip_database_1, zulip_zulip_1 | |
| [36mredis_1 | [0mStarting redis-server... | |
| [36mredis_1 | [0m _._ | |
| [36mredis_1 | [0m _.-``__ ''-._ | |
| [36mredis_1 | [0m _.-`` `. `_. ''-._ Redis 2.8.4 (00000000/0) 64 bit | |
| [36mredis_1 | [0m .-`` .-```. ```\/ _.,_ ''-._ | |
| [36mredis_1 | [0m ( ' , .-` | `, ) Running in stand alone mode | |
| [36mredis_1 | [0m |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 | |
| [36mredis_1 | [0m | `-._ `._ / _.-' | PID: 1 | |
| [36mredis_1 | [0m `-._ `-._ `-./ _.-' _.-' |
| database: | |
| image: "quay.io/galexrt/zulip-postgresql-tsearchextras:latest" | |
| environment: | |
| DB_NAME: zulip | |
| DB_USER: zulip | |
| DB_PASS: zulip | |
| volumes: | |
| - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" | |
| memcached: | |
| image: "quay.io/sameersbn/memcached:latest" |
| database: | |
| image: "quay.io/galexrt/zulip-postgresql-tsearchextras:latest" | |
| environment: | |
| DB_NAME: zulip | |
| DB_USER: zulip | |
| DB_PASS: zulip | |
| volumes: | |
| - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" | |
| memcached: | |
| image: "quay.io/sameersbn/memcached:latest" |
| database: | |
| image: "quay.io/galexrt/zulip-postgresql-tsearchextras:latest" | |
| environment: | |
| DB_NAME: zulip | |
| DB_USER: zulip | |
| DB_PASS: zulip | |
| volumes: | |
| - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" | |
| memcached: | |
| image: "quay.io/sameersbn/memcached:latest" |
| ➜ zulip ls -ahl | |
| total 24K | |
| drwxr-xr-x 6 root root 4,0K mars 26 19:55 . | |
| drwxr-xr-x 5 root root 4,0K mars 26 19:55 .. | |
| drwxr-xr-x 2 root root 4,0K mars 26 19:55 backups | |
| drwxr-xr-x 2 root root 4,0K mars 26 19:55 certs | |
| drwxr-xr-x 2 root root 4,0K mars 26 19:55 settings | |
| drwxr-xr-x 2 reyman reyman 4,0K mars 26 19:55 uploads | |
| ➜ zulip tree --noreport -fp |
| from __future__ import absolute_import | |
| # Django settings for zulip project. | |
| ######################################################################## | |
| # Here's how settings for the Zulip project work: | |
| # | |
| # * settings.py contains non-site-specific and settings configuration | |
| # for the Zulip Django app. | |
| # * settings.py imports local_settings.py, and any site-specific configuration | |
| # belongs there. The template for local_settings.py is local_settings_template.py | |
| ######################################################################## |
| # Settings for Zulip Voyager | |
| ### MANDATORY SETTINGS | |
| # | |
| # These settings MUST be set in production. In a development environment, | |
| # sensible default values will be used. | |
| # The user-accessible Zulip hostname for this installation, e.g. | |
| # zulip.example.com | |
| EXTERNAL_HOST = 'zulip.example.com' |
| # Settings for Zulip Voyager | |
| ### MANDATORY SETTINGS | |
| # | |
| # These settings MUST be set in production. In a development environment, | |
| # sensible default values will be used. | |
| # The user-accessible Zulip hostname for this installation, e.g. | |
| # zulip.example.com | |
| EXTERNAL_HOST = 'zulip.example.com' |