File tree Expand file tree Collapse file tree 1 file changed +28
-6
lines changed
Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change 11# HTTPS proxy
22
3- > [ !CAUTION]
4- > Work in progress!
5-
63A nginx proxy with HTTPS support for Docker Compose development
74environments.
85
@@ -23,12 +20,37 @@ volumes:
2320> [!TIP]
2421>
2522> Install [mkcert](https://mkcert.dev) on your host machine and
26- > generate and install a root certificate by running ` mkcert -install`
27- > on your host machine (one time only).
23+ > generate and install a root certificate on your host machine by
24+ > running (one time only).
25+ >
26+ > ` ` ` console
27+ > mkcert -install
28+ > ```
29+
30+ # ## MAc users
31+
32+ > [!TIP]
2833>
2934> Mac users should then do (one time only):
3035>
31- > `$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
36+ > ```console
37+ > mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
38+ > ```
39+ >
40+ > [Dory](https://github.com/FreedomBen/dory) users must adjust their
41+ > config (run `dory config` or edit `~/.dory.yml`):
42+ >
43+ > ```yaml
44+ > nginx_proxy:
45+ > enabled: true
46+ > container_name: dory_dinghy_http_proxy
47+ > https_enabled: true
48+ > # Update the follow line to point at the dev_certificates
49+ > ssl_certs_dir: /Users/<username>/.local/share/dev_certificates
50+ > image: taybenlor/dory-http-proxy:latest
51+ > ```
52+ >
53+ > Remeber to restart Dory.
3254
3355Use can use the following configuration for the generated certificate :
3456
You can’t perform that action at this time.
0 commit comments