add cgit2 instance config (git.noml.ch on 37.27.166.243)
HEADmain1 files changed, 4 insertions, 4 deletions
|
|
| @@ -1,11 +1,11 @@ |
| 1 | # Container config |
1 | # Container config |
| 2 | CONTAINER_NAME=cgit |
2 | CONTAINER_NAME=cgit2 # unique name per instance |
| 3 | DOMAIN=git2.noml.ch |
3 | DOMAIN=git.noml.ch # DNS A record must point to PUBLIC_IP |
| 4 | |
4 | |
| 5 | # Network |
5 | # Network |
| 6 | PRIVATE_SUBNET=10.89.0.0/24 |
6 | PRIVATE_SUBNET=10.89.0.0/24 |
| 7 | PRIVATE_IP=10.89.0.2 |
7 | PRIVATE_IP=10.89.0.3 # unused IP on the subnet (gateway is .1) |
| 8 | PUBLIC_IP=37.27.166.242 |
8 | PUBLIC_IP=37.27.166.243 # check free IPs with ipv4.sh --pool |
| 9 | NETWORK=public-routed |
9 | NETWORK=public-routed |
| 10 | |
10 | |
| 11 | # Paths (inside container) |
11 | # Paths (inside container) |
|