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:
|
# environment:
|
||||||
# - LOG_LEVEL=info
|
# - LOG_LEVEL=info
|
||||||
|
|
||||||
# Use host network mode if you need QR code scanning via terminal
|
network_mode: bridge
|
||||||
# network_mode: "host"
|
|
||||||
|
|
||||||
# Resource limits (optional)
|
# Resource limits (optional)
|
||||||
# deploy:
|
# deploy:
|
||||||
@@ -49,6 +48,8 @@ services:
|
|||||||
# memory: 128M
|
# memory: 128M
|
||||||
|
|
||||||
# Optional: Add networks for more complex setups
|
# Optional: Add networks for more complex setups
|
||||||
# networks:
|
|
||||||
# whatshooked-network:
|
networks:
|
||||||
# driver: bridge
|
default:
|
||||||
|
external: true
|
||||||
|
name: podman
|
||||||
Reference in New Issue
Block a user