浏览代码

Add network config to compose; Resolves #155

Owen 5 月之前
父节点
当前提交
c51f1cb6a2
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 5 0
      docker-compose.example.yml
  2. 5 0
      install/fs/docker-compose.yml

+ 5 - 0
docker-compose.example.yml

@@ -49,3 +49,8 @@ services:
     volumes:
       - ./traefik:/etc/traefik:ro # Volume to store the Traefik configuration
       - ./letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
+
+networks:
+  default:
+    driver: bridge
+    name: pangolin

+ 5 - 0
install/fs/docker-compose.yml

@@ -55,3 +55,8 @@ services:
     volumes:
       - ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
       - ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
+
+networks:
+  default:
+    driver: bridge
+    name: pangolin