mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix Agent pathes in compose
This commit is contained in:
parent
8f978c51fc
commit
b2d876becb
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue