mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
20 lines
314 B
YAML
20 lines
314 B
YAML
|
|
services:
|
|
darkwire:
|
|
build: .
|
|
#image: noxcis/darkwire:test
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
networks:
|
|
- db
|
|
ports:
|
|
- 3002:80
|
|
- 4001:443
|
|
- 5001:3001
|
|
sysctls:
|
|
- net.ipv4.ip_forward=1
|
|
- net.ipv4.conf.all.src_valid_mark=1
|
|
|
|
networks:
|
|
db: |