Anatoli Babenia
fe80c38760
docker-compose: always mount source volume
2021-11-13 19:38:32 +03:00
Anatoli Babenia
36a7cd3fc5
Set proper config names and update docker status in README.md
...
The proper config name for Redis host is CHEATSH_CACHE_REDIS_HOST
and for disabling cache the var is CHEATSH_CACHE_TYPE.
2020-08-01 00:54:09 +03:00
Anatoli Babenia
91320d921d
Set Redis host using cheat.sh config framework
...
https://github.com/chubin/cheat.sh/blob/f5d5fae71218e771e84b896600b2504c0d8814ec/lib/config.py
2020-08-01 00:41:05 +03:00
Anatoli Babenia
be9d3a70fe
Run cheat.sh service (app) by docker-compose in debug mode
...
This would allow later inspection of stdout.
Assigned names to image and container to avoid confusion.
Build is done separately to clean up the output.
2020-07-31 09:25:04 +03:00
Brandon Lopez
4846328b88
Build locally, don't pull remote by default. Include .yml to pull prebuild if wanted.
2018-08-05 13:40:29 -07:00
Brandon Lopez
19c0aaa437
Different compose file whether we want to build and run or just pull and run
2018-08-01 19:27:26 -07:00
Brandon Lopez
81aa27f163
Update docker-compose.yml
...
redis 3.2 -> 4
2018-07-31 10:50:25 -07:00
Brandon Lopez
06af6b1587
Changed docker-compose.yml version from 3.6 to 2 for compatibility
2018-07-31 09:20:50 -07:00
Brandon Lopez
22953bb109
Can now build a Docker image of the app with cheatsheets pulled in at build time and use Docker Compose to get it running with Redis
2018-07-29 23:51:41 -07:00