From 3a0d184fb272f03601dcaf46e4701eb7a8a62d97 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Wed, 15 Jan 2025 09:52:00 +0000 Subject: [PATCH] remove network --- docker-compose.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9eb3307..f2a2507 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,8 +15,6 @@ services: ports: - "80:80" #- "443:443" - networks: - - invoiceninja extra_hosts: - "in5.localhost:192.168.0.124 " #host and ip @@ -36,8 +34,6 @@ services: depends_on: - db - valkey - networks: - - invoiceninja extra_hosts: - "in5.localhost:192.168.0.124 " #host and ip @@ -58,8 +54,6 @@ services: #- ./config/mysql/backup-script:/etc/cron.daily/daily:ro #- ./config/mysql/backup-script:/etc/cron.weekly/weekly:ro #- ./config/mysql/backup-script:/etc/cron.monthly/monthly:ro - networks: - - invoiceninja extra_hosts: - "in5.localhost:192.168.0.124 " #host and ip @@ -89,8 +83,3 @@ services: healthcheck: test: [ "CMD", "valkey-cli", "ping" ] start_period: 10s - networks: - - invoiceninja - -networks: - invoiceninja: