Update docker-compose.production.yml
This commit is contained in:
parent
c30c691cc9
commit
3c517fe235
|
@ -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
|
||||
image: git.nixc.us/colin/ntfy:production
|
Loading…
Reference in New Issue