mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
chore: Update network configuration to use host network instead of web network
This commit is contained in:
+3
-1
@@ -377,6 +377,8 @@ services:
|
||||
- "${LOG_PATH:-./logs}:/logs"
|
||||
- production_traefik:/etc/traefik/acme:z
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
networks:
|
||||
- net
|
||||
- default
|
||||
@@ -393,4 +395,4 @@ services:
|
||||
networks:
|
||||
net:
|
||||
external: true
|
||||
name: ${NETWORK:-host}
|
||||
name: ${NETWORK:-web}
|
||||
Reference in New Issue
Block a user