fix(docker): 🐛 Change network mode to bridge
Some checks failed
CI / Test (1.22) (push) Failing after -24m40s
CI / Test (1.23) (push) Failing after -24m28s
CI / Lint (push) Successful in -26m38s
CI / Build (push) Successful in -26m45s

* Updated network mode from podman to bridge for compatibility.
* Commented out unused network configuration for clarity.
This commit is contained in:
Hein
2026-02-04 14:15:06 +02:00
parent ae95756a51
commit 52241190b5

View File

@@ -35,7 +35,7 @@ services:
# environment:
# - LOG_LEVEL=info
network_mode: podman
network_mode: bridge
# Resource limits (optional)
deploy:
@@ -49,7 +49,7 @@ services:
# Optional: Add networks for more complex setups
networks:
default:
external: true
name: podman
# networks:
# default:
# external: true
# name: podman