This website works better with JavaScript.
Explore
Help
Sign In
playground
/
gogs
mirror of
https://github.com/gogits/gogs.git
Watch
1
Star
0
Fork
You've already forked gogs
0
Code
Issues
Releases
Activity
2541
Commits
4
Branches
53
Tags
164 MiB
Tree:
cec38f2a8c
gogs
/
docker
/
blocks
/
option_cache_redis
/
config
4 lines
91 B
Raw
Normal View
History
Unescape
Escape
Docker mix and match setup Rewrite of the docker setup. Now uses fig to manage containers and container linkage. The base is a block based mix and match, which will give you the possibility to easily test all configurations.
11 years ago
[cache]
DB_TYPE = redis
HOST = ${CACHE_1_PORT_6379_TCP_ADDR}:${CACHE_1_PORT_6379_TCP_PORT}