add: docker-compose.yml
This commit is contained in:
parent
88811fbcd2
commit
8bf15cbd39
1 changed files with 14 additions and 0 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
version: "3.3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
nsecbunkerd:
|
||||||
|
image: nsecbunkerd
|
||||||
|
build: .
|
||||||
|
restart: unless-stopped
|
||||||
|
pids_limit: 50
|
||||||
|
mem_limit: 256mb
|
||||||
|
memswap_limit: 256mb
|
||||||
|
networks:
|
||||||
|
- traefik-proxy
|
||||||
|
volumes:
|
||||||
|
- ./nsecbunker-config:/app/config
|
||||||
Loading…
Add table
Add a link
Reference in a new issue