Skip to content

Commit 9b814f3

Browse files
authored
Create docker-compose.yml
1 parent 5f150b5 commit 9b814f3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
bcss:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
6+
container_name: bcss
7+
restart: unless-stopped
8+
networks:
9+
- edge
10+
11+
networks:
12+
edge:
13+
external: true

0 commit comments

Comments
 (0)