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