Skip to content

Commit 7ff0b07

Browse files
committed
(chore): add docker compose example
1 parent 0247d38 commit 7ff0b07

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ indent_style = tab
88
indent_size = 4
99
charset = utf-8
1010

11+
[*.{yml,yaml}]
12+
indent_size = 2
13+
1114
[test/**]
1215
insert_final_newline = false

conf/docker-compose/compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
services:
2+
ghfs:
3+
build:
4+
context: ../../
5+
dockerfile: ./build/build-docker-image-dockerfile
6+
args:
7+
https_proxy:
8+
volumes:
9+
- ../../:/var/ghfs
10+
ports:
11+
- "8080:8080"
12+
- "8443:8443"

0 commit comments

Comments
 (0)