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