mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-19 14:22:06 +01:00
14 lines
287 B
YAML
14 lines
287 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
nsecbunkerd:
|
|
image: nsecbunkerd
|
|
build: .
|
|
restart: unless-stopped
|
|
pids_limit: 50
|
|
mem_limit: 256mb
|
|
memswap_limit: 256mb
|
|
volumes:
|
|
- ./nsecbunker-config:/app/config
|
|
command: start --admin <npub>
|