Virgil Ollivier 5 місяців тому
батько
коміт
cc250d3d5f
1 змінених файлів з 4 додано та 3 видалено
  1. 4 3
      misc/docker-compose.yml

+ 4 - 3
misc/docker-compose.yml

@@ -21,7 +21,7 @@ services:
 
   byom-web:
     env_file:
-      - .env 
+      - .env
     container_name: byom-web
     build:
       context: ./byom-web
@@ -44,7 +44,7 @@ services:
 
   byom-core:
     env_file:
-      - .env 
+      - .env
     container_name: byom-core
     build:
       context: ./byom-core
@@ -71,4 +71,5 @@ networks:
   traefik-public:
     external: true
   internal:
-    internal: true  # This network is not accessible from outside
+    internal: true  # This network is not accessible from outside
+