fix(docker): 🐛 Update network configuration for services
* Set network mode to bridge for the whatshooked service. * Define external network named 'podman' for better integration.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user