Updating documentation

This commit is contained in:
2020-05-05 04:24:18 +01:00
parent f560f3cf7f
commit aad837fddb
3 changed files with 54 additions and 4 deletions

View File

@@ -11,9 +11,10 @@ version: "3"
services:
server:
restart: unless-stopped
image: registry.gitlab.com/commento/commento
ports:
- 80:8080
- 6050:8080
environment:
COMMENTO_ORIGIN: localhost
COMMENTO_PORT: 8080
@@ -21,6 +22,7 @@ services:
depends_on:
- db
db:
restart: unless-stopped
image: postgres
environment:
POSTGRES_DB: commento