Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 15ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

zrnek

Joined 2 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

zrnek / Docmost

Last active 2 months ago
0 0 1
1 services:
2 docmost:
3 image: docmost/docmost:latest
4 depends_on:
5 - db
6 - redis
7 environment:
8 APP_URL: 'http://localhost:3000'
9 APP_SECRET: 'TW3kJS74HMdwq8Vlq8L5ZRCIZxtO4R'
10 DATABASE_URL: 'postgresql://docmost:[password]@db:5432/docmost?schema=public'