Update docker-compose.production.yml
This commit is contained in:
parent
132bd5c900
commit
c2766cab1b
|
@ -5,9 +5,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./docker/database/
|
context: ./docker/database/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/searxng:production-database
|
image: git.nixc.us/colin/hedgedoc:production-database
|
||||||
hedgedoc:
|
hedgedoc:
|
||||||
build:
|
build:
|
||||||
context: ./docker/hedgedoc/
|
context: ./docker/hedgedoc/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/searxng:production-hedgedoc
|
image: git.nixc.us/colin/hedgedoc:production-hedgedoc
|
Loading…
Reference in New Issue