From b2b7f59356e9fef43f73627b65c6637d0e0676cb Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 11 Jun 2018 00:25:26 +0530 Subject: [PATCH] docker-compose.yml: do not hardcode values --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e354387..f52763c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,11 +2,11 @@ version: '3' services: server: - build: . + image: registry.gitlab.com/commento/commento-ce ports: - 8080:8080 environment: - COMMENTO_ORIGIN: http://192.168.0.172:8080 + COMMENTO_ORIGIN: http://commento.example.com:8080 COMMENTO_PORT: 8080 COMMENTO_POSTGRES: postgres://postgres:postgres@db:5432/commento?sslmode=disable depends_on: