SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.2 KiB
30 lines
1.2 KiB
|
5 years ago
|
version: '3'
|
||
|
|
|
||
|
|
services:
|
||
|
|
scirius:
|
||
|
|
container_name: mistborn_production_scirius
|
||
|
|
image: "cyber5k/scirius:${MISTBORN_TAG}"
|
||
|
|
#environment:
|
||
|
|
# - SECRET_KEY: <SECRET KEY>
|
||
|
|
volumes:
|
||
|
|
- ../../mistborn_volumes/extra/scirius/data:/data
|
||
|
|
- ../../mistborn_volumes/extra/scirius/logs:/logs
|
||
|
|
- ../../mistborn_volumes/extra/scirius/static:/static
|
||
|
|
- ../../mistborn_volumes/extra/scirius/rules:/rules
|
||
|
|
- /var/run/suricata-command.socket:/var/run/suricata-command.socket
|
||
|
|
labels:
|
||
|
|
- "traefik.enable=true"
|
||
|
|
- "traefik.http.routers.homeassistant-http.rule=Host(`suricata.mistborn`)"
|
||
|
|
- "traefik.http.routers.homeassistant-http.entrypoints=web"
|
||
|
|
- "traefik.http.routers.homeassistant-http.middlewares=mistborn_auth@file"
|
||
|
|
- "traefik.http.routers.homeassistant-https.rule=Host(`suricata.mistborn`)"
|
||
|
|
- "traefik.http.routers.homeassistant-https.entrypoints=websecure"
|
||
|
|
- "traefik.http.routers.homeassistant-https.middlewares=mistborn_auth@file"
|
||
|
|
- "traefik.http.routers.homeassistant-https.tls.certresolver=basic"
|
||
|
|
- "traefik.http.services.homeassistant-service.loadbalancer.server.port=8000"
|
||
|
|
restart: unless-stopped
|
||
|
|
|
||
|
|
networks:
|
||
|
|
default:
|
||
|
|
external:
|
||
|
|
name: mistborn_default
|