feat: intial commits
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
NFOguard:
|
||||
build: .
|
||||
container_name: NFOguard
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
networks:
|
||||
- saltbox
|
||||
ports:
|
||||
- "8085:8080"
|
||||
volumes:
|
||||
- /mnt/unionfs/Media/:/media:rw
|
||||
- ./data:/app/data:rw
|
||||
- ./.env:/app/.env:ro
|
||||
env_file:
|
||||
- .env
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
networks:
|
||||
saltbox:
|
||||
external: true
|
||||
Reference in New Issue
Block a user