Update docker-compose.staging.yml
This commit is contained in:
parent
e7e67dc4d7
commit
529e3398c0
|
@ -1,8 +1,18 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
headscale:
|
glitch:
|
||||||
build:
|
build:
|
||||||
context: ./docker/headscale/
|
context: ./docker/glitch/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/headscale:staging
|
image: git.nixc.us/colin/glitch:staging-glitch
|
||||||
|
redis:
|
||||||
|
build:
|
||||||
|
context: ./docker/redis/
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: git.nixc.us/colin/glitch:staging-redis
|
||||||
|
postgres:
|
||||||
|
build:
|
||||||
|
context: ./docker/postgres/
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: git.nixc.us/colin/glitch:staging-postgres
|
Loading…
Reference in New Issue