14 lines
226 B
YAML
14 lines
226 B
YAML
services:
|
|
bandwidth-worker:
|
|
build: .
|
|
image: bandwidth-worker:1.0.0
|
|
container_name: bandwidth-worker
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
networks:
|
|
- edge
|
|
|
|
networks:
|
|
edge:
|
|
external: true
|