Merge branch 'main' into fix/boss-singleton-globalthis
This commit is contained in:
commit
a34bb0064e
2 changed files with 7 additions and 6 deletions
|
|
@ -109,12 +109,9 @@ services:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
# IPv6 egress for staging/preview journals, matching production — see
|
# Staging/preview services attach only to trails-shared — created (and
|
||||||
# the production compose file for details. Preview networks are created
|
# IPv6-enabled) by the production compose project. There is no per-project
|
||||||
# fresh per PR; the persistent staging network needs a one-time
|
# default network here, so v6 egress comes from trails-shared itself.
|
||||||
# down/up to pick this up.
|
|
||||||
default:
|
|
||||||
enable_ipv6: true
|
|
||||||
trails-shared:
|
trails-shared:
|
||||||
external: true
|
external: true
|
||||||
name: trails-shared
|
name: trails-shared
|
||||||
|
|
|
||||||
|
|
@ -261,8 +261,12 @@ networks:
|
||||||
# staging compose project can attach to it via `external: true`. Only
|
# staging compose project can attach to it via `external: true`. Only
|
||||||
# postgres is joined here on the production side; staging containers join
|
# postgres is joined here on the production side; staging containers join
|
||||||
# to reach postgres by hostname.
|
# to reach postgres by hostname.
|
||||||
|
# IPv6-enabled so staging/preview journals — whose only network this is —
|
||||||
|
# get v6 federation egress like production. Recreating it on a live host
|
||||||
|
# requires detaching staging, previews, and postgres first.
|
||||||
trails-shared:
|
trails-shared:
|
||||||
name: trails-shared
|
name: trails-shared
|
||||||
|
enable_ipv6: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue