Update docker-compose.production.yml
This commit is contained in:
parent
9729c47282
commit
e3cc0a56cb
|
@ -1,18 +1,8 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
glitch:
|
||||
bridge:
|
||||
build:
|
||||
context: ./docker/glitch/
|
||||
context: ./docker/bridge/
|
||||
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/bridge:production
|
Loading…
Reference in New Issue