Virgil Ollivier před 5 měsíci
rodič
revize
cc250d3d5f
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  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
+