blob: 6113ec5a531762399c908f89f5297ae9acaa7545 [file] [log] [blame]
To build:
* nginx first because it creates selfsigned certificate:
docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname nginx
- optionally: --build-arg SELFSIGNED_REQ_ALT_NAMES="DNS:name1 ..."
* docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname
- same build-args!
Adapt checked in files:
* Set server_name in `nginx/sa.conf`
* Set SIMPLEID_BASE_URL in `simpleid/www/config.php`