Added startup files
This commit is contained in:
BIN
portainer/portainer_data/backups/portainer.db.bak
Normal file
BIN
portainer/portainer_data/backups/portainer.db.bak
Normal file
Binary file not shown.
10
portainer/portainer_data/certs/cert.pem
Normal file
10
portainer/portainer_data/certs/cert.pem
Normal file
@@ -0,0 +1,10 @@
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIBUTCB+KADAgECAhAeWh/z+sbEZFR7EMRqqkpQMAoGCCqGSM49BAMCMAAwHhcN
|
||||
MjUwODEwMTc0OTQ2WhcNMzAwODEwMTc0OTQ2WjAAMFkwEwYHKoZIzj0CAQYIKoZI
|
||||
zj0DAQcDQgAERhP2yEqa1WfaVnsUcGCdBIa8hXA+Dy0M5ub+IsRacMVh+qlympdx
|
||||
fnTkgqmKD//TkkrItn0LK/N6y9pr+4ACuqNUMFIwDgYDVR0PAQH/BAQDAgWgMBMG
|
||||
A1UdJQQMMAoGCCsGAQUFBwMBMAwGA1UdEwEB/wQCMAAwHQYDVR0RAQH/BBMwEYIJ
|
||||
bG9jYWxob3N0hwQAAAAAMAoGCCqGSM49BAMCA0gAMEUCIQDfZrHJ55O3LmeqE3qb
|
||||
tJwZwjfo6VoE5riN5I4FqpKcBwIgTQKgtTAKPKs640r8JZuHbILby6PNQ131keSa
|
||||
ot2MqP8=
|
||||
-----END CERTIFICATE-----
|
||||
5
portainer/portainer_data/certs/key.pem
Normal file
5
portainer/portainer_data/certs/key.pem
Normal file
@@ -0,0 +1,5 @@
|
||||
-----BEGIN EC PRIVATE KEY-----
|
||||
MHcCAQEEIBpvOD82fiEAct1Vaia3zDFs/FQCfe+Pn5pH8WClZgfToAoGCCqGSM49
|
||||
AwEHoUQDQgAERhP2yEqa1WfaVnsUcGCdBIa8hXA+Dy0M5ub+IsRacMVh+qlympdx
|
||||
fnTkgqmKD//TkkrItn0LK/N6y9pr+4ACug==
|
||||
-----END EC PRIVATE KEY-----
|
||||
5
portainer/portainer_data/chisel/private-key.pem
Normal file
5
portainer/portainer_data/chisel/private-key.pem
Normal file
@@ -0,0 +1,5 @@
|
||||
-----BEGIN EC PRIVATE KEY-----
|
||||
MHcCAQEEIK2QXHQLeO1S57yTgtluWzEZvQzYbBRpuZSV9CTJLjfdoAoGCCqGSM49
|
||||
AwEHoUQDQgAEWKhlkC0UhfVbSKwi0iDZzK4PG0z5iuBfTQZrnqfIvYnYqk+mRAms
|
||||
kxfOv3CyS7wEZlaEK+O2D8HnLDlS/tvxpQ==
|
||||
-----END EC PRIVATE KEY-----
|
||||
11
portainer/portainer_data/compose/1/docker-compose.yml
Normal file
11
portainer/portainer_data/compose/1/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
#version: "3"
|
||||
|
||||
services:
|
||||
tor-privoxy:
|
||||
restart: always
|
||||
image: dockage/tor-privoxy:latest
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- "9050:9050" # Tor proxy
|
||||
- "9051:9051" # Tor control port
|
||||
- "8118:8118" # Privoxy
|
||||
19
portainer/portainer_data/compose/2/docker-compose.yml
Normal file
19
portainer/portainer_data/compose/2/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Oslo
|
||||
- WEBUI_PORT=8080
|
||||
- TORRENTING_PORT=6881
|
||||
volumes:
|
||||
- c:/Docker/qbittorrent/appdata:/config
|
||||
- c:/Docker/qbittorrent/downloads:/downloads #optional
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
||||
17
portainer/portainer_data/compose/3/docker-compose.yml
Normal file
17
portainer/portainer_data/compose/3/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
#version: "3"
|
||||
services:
|
||||
|
||||
shepherd:
|
||||
#build: .
|
||||
image: containrrr/shepherd
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# deploy:
|
||||
# placement:
|
||||
# constraints:
|
||||
# - node.role == manager
|
||||
environment:
|
||||
TZ: 'Europe/Oslo'
|
||||
SLEEP_TIME: '180m'
|
||||
19
portainer/portainer_data/compose/4/docker-compose.yml
Normal file
19
portainer/portainer_data/compose/4/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
restart: always
|
||||
environment:
|
||||
WATCHTOWER_SCHEDULE: "0 0 1 * * *"
|
||||
TZ: Europe/Oslo
|
||||
WATCHTOWER_CLEANUP: "true"
|
||||
# WATCHTOWER_DEBUG: "true"
|
||||
# WATCHTOWER_NOTIFICATIONS: "email"
|
||||
# WATCHTOWER_NOTIFICATION_EMAIL_FROM: "cldocker01@cloud.local"
|
||||
# WATCHTOWER_NOTIFICATION_EMAIL_TO: "pushover@mailrise.xyz"
|
||||
# # you have to use a network alias here, if you use your own certificate
|
||||
# WATCHTOWER_NOTIFICATION_EMAIL_SERVER: "10.1.149.19"
|
||||
# WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: "8025"
|
||||
# WATCHTOWER_NOTIFICATION_EMAIL_DELAY: 2
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
8
portainer/portainer_data/compose/5/docker-compose.yml
Normal file
8
portainer/portainer_data/compose/5/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
#name: it-tools
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9080:80
|
||||
1
portainer/portainer_data/docker_config/config.json
Normal file
1
portainer/portainer_data/docker_config/config.json
Normal file
@@ -0,0 +1 @@
|
||||
{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d03010703420004acff8368a2b18bbf274715ee7c724e55ca05e44cda34e43a09e9fa133fd1422b2239bc7d7525a56467577948a8fcd367a6c848cff79b6a904a2da016e00b2fe8","X-PortainerAgent-Signature":"bYBEZTxcRentN6roke2ctbLTgnEJanuq8sAyJ2jHp190RwmRdPAGK1dOPT8g3EBYBMxiX0TVYqfCGvbc6p9JyQ"}}
|
||||
BIN
portainer/portainer_data/portainer.db
Normal file
BIN
portainer/portainer_data/portainer.db
Normal file
Binary file not shown.
5
portainer/portainer_data/portainer.key
Normal file
5
portainer/portainer_data/portainer.key
Normal file
@@ -0,0 +1,5 @@
|
||||
-----BEGIN EC PRIVATE KEY-----
|
||||
MHcCAQEEICDDAIYq/mZqEcs7q1YHfr7m30zMd/LKohW6C+wnXmy5oAoGCCqGSM49
|
||||
AwEHoUQDQgAErP+DaKKxi78nRxXufHJOVcoF5EzaNOQ6Cen6Ez/RQisiObx9dSWl
|
||||
ZGdXeUio/NNnpshIz/ebapBKLaAW4Asv6A==
|
||||
-----END EC PRIVATE KEY-----
|
||||
4
portainer/portainer_data/portainer.pub
Normal file
4
portainer/portainer_data/portainer.pub
Normal file
@@ -0,0 +1,4 @@
|
||||
-----BEGIN ECDSA PUBLIC KEY-----
|
||||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErP+DaKKxi78nRxXufHJOVcoF5Eza
|
||||
NOQ6Cen6Ez/RQisiObx9dSWlZGdXeUio/NNnpshIz/ebapBKLaAW4Asv6A==
|
||||
-----END ECDSA PUBLIC KEY-----
|
||||
Reference in New Issue
Block a user