haste/docker-compose.production.yml

10 lines
224 B
YAML

version: "3.9"
services:
redis:
build:
context: docker/redis
image: git.nixc.us/colin/haste:production-redis
haste:
build:
context: docker/haste
image: git.nixc.us/colin/haste:production-haste