diff --git a/docker-compose.production.yml b/docker-compose.production.yml index da547b8..5081829 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,18 +1,8 @@ version: '3.8' services: - glitch: + ntfy: build: - context: ./docker/glitch/ + context: ./docker/ntfy/ dockerfile: Dockerfile - 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 + image: git.nixc.us/colin/ntfy:production \ No newline at end of file