chore(docker-compose): add init shim for Gateway (#8257)

In order for the Gateway container to correctly react to signals for
restarting / rebuilding, it needs to have the `init` shim activated.
This commit is contained in:
Thomas Eizinger
2025-02-25 14:51:05 +11:00
committed by GitHub
parent 5650150b3f
commit d12ce29c94

View File

@@ -356,6 +356,7 @@ services:
FIREZONE_ENABLE_MASQUERADE: 1 # FIXME: NOOP in latest version. Remove after next release.
FIREZONE_API_URL: ws://api:8081
FIREZONE_ID: 4694E56C-7643-4A15-9DF3-638E5B05F570
init: true
build:
target: dev
context: rust