fix(docker): 🐛 Update network configuration for services
Some checks failed
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled

* Set network mode to bridge for the whatshooked service.
* Define external network named 'podman' for better integration.
This commit is contained in:
Hein
2026-02-04 14:13:12 +02:00
parent 45cf7c55f4
commit 16aa838d91

View File

@@ -35,8 +35,7 @@ services:
# environment:
# - LOG_LEVEL=info
# Use host network mode if you need QR code scanning via terminal
# network_mode: "host"
network_mode: bridge
# Resource limits (optional)
# deploy:
@@ -49,6 +48,8 @@ services:
# memory: 128M
# Optional: Add networks for more complex setups
# networks:
# whatshooked-network:
# driver: bridge
networks:
default:
external: true
name: podman