We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f150b5 commit 9b814f3Copy full SHA for 9b814f3
1 file changed
docker-compose.yml
@@ -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