mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-18 05:42:18 +01:00
add: docker-compose.yml
This commit is contained in:
parent
88811fbcd2
commit
8bf15cbd39
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…
x
Reference in New Issue
Block a user