fix Agent pathes in compose

This commit is contained in:
Collin M. Barrett 2020-02-13 16:58:07 -06:00
parent 8f978c51fc
commit b2d876becb
2 changed files with 4 additions and 4 deletions

View file

@ -6,11 +6,11 @@ services:
- "80:80"
volumes:
- ./ops/nginx/conf.d.dev:/etc/nginx/conf.d:ro
api:
build:
dockerfile: server/src/FilterLists.Api/debug.Dockerfile
agent:
build:
dockerfile: server/src/FilterLists.Agent/debug.Dockerfile
dockerfile: src/FilterLists.Agent/debug.Dockerfile

View file

@ -59,8 +59,8 @@ services:
agent:
image: collinbarrett2/filterlists.agent:latest
build:
context: .
dockerfile: server/src/FilterLists.Agent/Dockerfile
context: ./server
dockerfile: src/FilterLists.Agent/Dockerfile
target: final
volumes:
- archives:/app/archives