Skip to content

Commit f5b8242

Browse files
committed
Testing wordpress via traefik_stack6-wip
1 parent a189e9c commit f5b8242

File tree

204 files changed

+33571
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+33571
-9
lines changed

traefik_stack5/rundown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker stack rm toolweb || true; echo; sleep 1;
1616

1717
docker stack rm toolmonitor || true; echo; sleep 1;
1818

19-
docker stack rm toolwp || true; echo; sleep 1;
19+
# docker stack rm toolwp || true; echo; sleep 1;
2020

2121

2222
#docker stack rm proxpress || true; echo; sleep 1;

traefik_stack5/runup.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ echo; echo; sleep 2
4646

4747
# wordpress
4848
# the system is path is at ./docker-stack5
49-
_MYSQL_DIR="$(pwd)/html/db/mysql"
50-
mkdir -p "$_MYSQL_DIR"
49+
#_MYSQL_DIR="$(pwd)/html/db/mysql"
50+
#mkdir -p "$_MYSQL_DIR"
5151

52-
docker stack deploy toolwp -c toolwp.yml
53-
echo; echo; sleep 2
52+
#docker stack deploy toolwp -c toolwp.yml
53+
#echo; echo; sleep 2
5454

5555

5656
# List
@@ -78,4 +78,3 @@ echo " docker service logs -f toolproxy_traefik"; echo; sleep 1;
7878

7979
# by Pascal Andy | # https://twitter.com/askpascalandy
8080
# https://github.com/pascalandy/docker-stack-this
81-
#

traefik_stack5/toolportainer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ networks:
4343

4444
# Inspired from https://github.com/portainer/portainer-compose/blob/master/docker-stack.yml
4545
# by Pascal Andy | # https://twitter.com/askpascalandy
46-
# https://github.com/pascalandy/docker-stack-this
47-
#
46+
# https://github.com/pascalandy/docker-stack-this

traefik_stack5/toolproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ services:
9191

9292

9393
# by Pascal Andy | # https://twitter.com/askpascalandy
94-
# https://github.com/pascalandy/docker-stack-this
94+
# https://github.com/pascalandy/docker-stack-this

traefik_stack6-wip/README.md

Lines changed: 133 additions & 0 deletions
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
defaultEntryPoints = ["http"]
2+
3+
[entryPoints]
4+
[entryPoints.http]
5+
address = ":80"
6+
# compress = false
7+
# [entryPoints.http.redirect]
8+
# entryPoint = "https"
9+
# [entryPoints.https]
10+
# address = ":443"
11+
# [entryPoints.https.tls]
12+
# [[entryPoints.https.tls.certificates]]
13+
# CertFile = "/etc/traefik/domain.com.cert"
14+
# KeyFile = "/etc/traefik/domain.com.key"
15+
16+
#[acme]
17+
#email = jean-michel@domain.com"
18+
#storage = "/etc/traefik/acme.json"
19+
#entryPoint = "https"
20+
#onDemand = true
21+
#OnHostRule = true
22+
#acmeLogging = true

0 commit comments

Comments
 (0)