feat: initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
topology:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/Dockerfile
|
||||
container_name: network-topology-wrapper
|
||||
network_mode: host
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user