From 697c31c50ab9799da224be80ddf64f5beab82f52 Mon Sep 17 00:00:00 2001 From: chandi Date: Sun, 12 Apr 2020 16:18:21 +0200 Subject: [PATCH] build images automatically with docker-compose --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e81badf..1801b36 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.6' services: core: - image: bbb-core + build: mod/core depends_on: - redis cap_add: @@ -47,7 +47,6 @@ services: - bigbluebutton:/var/bigbluebutton - ./mod/nginx/bbb:/etc/nginx/bbb - ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf - - ./mod/nginx/503.html:/etc/nginx/conf.d/default.conf networks: - bbb-net extra_hosts: @@ -116,7 +115,7 @@ services: - bbb-net html5: - image: bbb-html5 + build: mod/html5 depends_on: - redis - mongodb