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