From febee348281ec4769d59a8adca182c175d7909b1 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 29 Jan 2024 19:30:46 +0000 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index fb089dc..da547b8 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,8 +1,18 @@ version: '3.8' services: - headscale: + glitch: build: - context: ./docker/headscale/ + context: ./docker/glitch/ dockerfile: Dockerfile - image: git.nixc.us/colin/headscale:production + image: git.nixc.us/colin/glitch:production-glitch + redis: + build: + context: ./docker/redis/ + dockerfile: Dockerfile + image: git.nixc.us/colin/glitch:production-redis + postgres: + build: + context: ./docker/postgres/ + dockerfile: Dockerfile + image: git.nixc.us/colin/glitch:production-postgres \ No newline at end of file