From a792cf8848a273e961e4f13700da67fff13a5132 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 3 Mar 2024 23:19:53 +0000 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 67f9f52..1e97e87 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,13 +1,13 @@ version: '3.8' services: - redis: + database: build: - context: ./docker/redis/ + context: ./docker/database/ dockerfile: Dockerfile - image: git.nixc.us/colin/searxng:production-redis - searxng: + image: git.nixc.us/colin/searxng:production-database + hedgedoc: build: - context: ./docker/searxng/ + context: ./docker/hedgedoc/ dockerfile: Dockerfile - image: git.nixc.us/colin/searxng:production-searxng \ No newline at end of file + image: git.nixc.us/colin/searxng:production-hedgedoc \ No newline at end of file