Add docker-compose.yaml
This commit is contained in:
parent
b28c167b91
commit
aff29f14e1
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
networks:
|
||||
bvn13-me:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
||||
bvn13me:
|
||||
build:
|
||||
context: .
|
||||
image: bvn13-me
|
||||
container_name: bvn13-me
|
||||
restart: always
|
||||
networks:
|
||||
- bvn13-me
|
||||
#ports:
|
||||
# - "8081:8080"
|
Loading…
Reference in New Issue
Block a user