File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ cliff.toml
9
9
* .md
10
10
LICENSE
11
11
testdata /
12
-
12
+ .github /
Original file line number Diff line number Diff line change 1
1
services :
2
2
server :
3
3
build : .
4
+ image : ghcr.io/jjeffcaii/capybara:master
4
5
command :
5
6
- run
6
7
- -c
7
- - config .yaml
8
+ - capybara .yaml
8
9
working_dir : /app
9
10
cap_add :
10
11
- NET_ADMIN
11
12
environment :
12
13
RUST_LOG : ' info'
13
14
volumes :
14
- - ./testdata/capybara.yaml:/app/config.yaml
15
+ - ./testdata/capybara.docker.yaml:/app/capybara.yaml
16
+ - ./testdata/config.yaml:/app/config.yaml
15
17
ports :
16
- - 15006:15006/tcp
18
+ - " 15006:15006/tcp"
17
19
networks :
18
20
- local
19
21
Original file line number Diff line number Diff line change
1
+ loggers :
2
+ main :
3
+ path : ~/capybara/logs/main.log
4
+
5
+ providers :
6
+ - kind : static_file
7
+ props :
8
+ path : /app/config.yaml
You can’t perform that action at this time.
0 commit comments