Skip to content

Commit 92dad70

Browse files
committed
SQUASED / fixed minimum memory requirement from 1M to 4M
commit aa1d2c2 Author: Pascal Andy <pascal@firepress.org> Date: Wed Dec 5 00:27:07 2018 -0500 changelog update commit ed7e020 Author: Pascal Andy <pascal@firepress.org> Date: Wed Dec 5 00:22:00 2018 -0500 readme update commit ab84657 Author: Pascal Andy <pascal@firepress.org> Date: Wed Dec 5 00:20:48 2018 -0500 readme update commit 89a97cd Author: Pascal Andy <pascal@firepress.org> Date: Wed Dec 5 00:20:16 2018 -0500 memory minimum is 4M Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 43800ca commit 92dad70

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11

22
# Changelog
33

4+
## 1.53
5+
- wip
6+
47
## 1.52
5-
wip
8+
- fixed minimum memory requirement from 1M to 4M
69

710
## 1.51
811
- update memory defaults

traefik_stack5/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This docker stack will run many services (Traefik, Socat, Portainer, Nginx, Cadd
99
3. Copy-paste:
1010

1111
```
12-
ENV_STABLE_BRANCH="1.51"
13-
ENV_EDGE_BRANCH="1.52"
12+
# --- Setup the stack ---
13+
ENV_STABLE_BRANCH="1.52"
14+
ENV_EDGE_BRANCH="1.53"
1415
ENV_MONOREPO="traefik_stack5"
1516
16-
# setup the stack
17-
17+
# --- Setup the stack ---
1818
source <(curl -s https://raw.githubusercontent.com/pascalandy/docker-stack-this/master/play-with-docker-setup.sh) && \
1919
sleep 2 && \
2020
git checkout "$ENV_STABLE_BRANCH" && \

traefik_stack5/toolproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
memory: 8M
3232
reservations:
3333
cpus: '0.10'
34-
memory: 1M
34+
memory: 4M
3535
labels:
3636
- "traefik.enable=false"
3737

traefik_stack5/toolwebapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
memory: 8M
8787
reservations:
8888
cpus: '0.05'
89-
memory: 1M
89+
memory: 4M
9090
labels:
9191
- "traefik.frontend.rule=PathPrefixStrip:/who2"
9292
- "traefik.backend=who2"

0 commit comments

Comments
 (0)