We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5340cef commit 8643318Copy full SHA for 8643318
1 file changed
docs/bluegreen.md
@@ -12,9 +12,6 @@ stack", now there is:
12
3. A front proxy to direct traffic
13
4. An external Postgres.
14
15
-
16
17
18
## 2. Adjust Caddy
19
20
### Name the Caddy containers
@@ -67,14 +64,16 @@ networks:
67
64
external: true
68
65
```
69
66
70
-then in services that need db access:
+Then in services that need db access:
71
72
```yaml title="compose.yaml"
73
networks:
74
- - default
75
- shared
76
77
+Move Postgres out of compose.yaml into a shared-compose.yaml, adding the `shared` network:
+
78
## 3. Volumes
79
80
To share data between the two stacks (uploads, etc.), give volumes explicit
0 commit comments