postiz/docker-compose.production.yml

13 lines
311 B
YAML

version: '3.8'
services:
database:
build:
context: ./docker/database/
dockerfile: Dockerfile
image: git.nixc.us/colin/searxng:production-database
hedgedoc:
build:
context: ./docker/hedgedoc/
dockerfile: Dockerfile
image: git.nixc.us/colin/searxng:production-hedgedoc