blob: 1ac2408b050e6fdd181af64d4a830e407ca2f0dd [file] [log] [blame]
Nico Huberd6528722023-07-01 14:38:39 +00001Create environment files (cf. `git ls-files \*environment.template`):
2* Set SA_PUBLIC_DOMAIN_NAME in `environment`
Nico Hubera1a296f2023-06-25 10:07:07 +00003* Set CANONICAL_WEB_URL in `gerrit/environment`
Nico Huber54073102023-06-25 11:36:59 +00004* Enable GitHub OAUTH in `gerrit/environment`
Nico Huber59c365c2023-07-01 18:18:12 +00005
Nico Huberaa15aee2023-07-01 22:35:45 +00006To build:
7* nginx first because it creates selfsigned certificate `docker-compose build nginx`
8* then everything else `docker-compose build`
9
Nico Huber59c365c2023-07-01 18:18:12 +000010Get containers up:
11* `docker-compose up`