FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OctoBot/docker-compose.https.yml at master · Drakkar-Software/OctoBot · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Drakkar-Software
/
OctoBot
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
6.4k
Code
Issues
152
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
OctoBot
/
docker-compose.https.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (46 loc) · 1.67 KB
Breadcrumbs
OctoBot
/
docker-compose.https.yml
Copy path
File metadata and controls
49 lines (46 loc) · 1.67 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version
:
"
3
"
services
:
octobot
:
image
:
drakkarsoftware/octobot:stable
restart
:
always
labels
:
-
traefik.enable=true
-
traefik.http.routers.octobot.rule=Host(`${HOST:-octobot.localhost}`)
-
traefik.http.services.octobot.loadbalancer.server.port=${PORT:-5001}
-
traefik.http.routers.octobot.tls=true
-
traefik.http.routers.octobot.tls.certresolver=letsencrypt
volumes
:
-
./logs:/octobot/logs
-
./backtesting:/octobot/backtesting
-
./tentacles:/octobot/tentacles
-
./user:/octobot/user
expose
:
-
${PORT:-5001}
traefik
:
image
:
traefik:v2
restart
:
always
command
:
-
"
--providers.docker=true
"
-
"
--providers.docker.exposedbydefault=false
"
-
"
--entrypoints.web.address=:80
"
-
"
--entrypoints.web.http.redirections.entryPoint.to=websecure
"
-
"
--entrypoints.web.http.redirections.entryPoint.scheme=https
"
-
"
--entrypoints.web.http.redirections.entrypoint.permanent=true
"
-
"
--entrypoints.websecure.address=:443
"
-
"
--certificatesresolvers.letsencrypt.acme.email=${LETSENCRYPT_EMAIL:-admin@example.com}
"
-
"
--certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json
"
-
"
--certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web
"
ports
:
-
"
80:80
"
-
"
443:443
"
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock:ro
-
./letsencrypt:/letsencrypt
environment
:
-
LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL:-admin@example.com}
watchtower
:
image
:
containrrr/watchtower
restart
:
always
command
:
--cleanup --include-restarting
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
Back
|
FazBrowse Home
|
New Git URL