1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

docker-compose.yml: do not hardcode values

This commit is contained in:
Adhityaa
2018-06-11 00:25:26 +05:30
parent 442e3e44de
commit b2b7f59356

View File

@ -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: