blob: 2eef2c7f123b881775fb1678aca13f94311db8f9 (
plain) (
tree)
|
|
# This file is here for the same reason as the root docker-compose.override.yml.
# In addition, it defines a peer service.
services:
web:
build: ../..
peer1:
build:
context: .
dockerfile: Dockerfile.peer1
restart: unless-stopped
network_mode: host
cap_add:
- NET_ADMIN
- SYS_MODULE
|