File tree Expand file tree Collapse file tree 3 files changed +5
-25
lines changed
Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ ADDRESS=mailu.io
33
44# Current versions
55DEVELOPMENT = master
6- STABLE = 1.7
7- OLD_STABLE = 1.8
6+ STABLE = 1.8
7+ OLD_STABLE = 1.7
88LEGACY = 1.6
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ ADDRESS=setup.mailu.io
33
44# Current versions
55DEVELOPMENT = master
6- TESTING = 1.8
7- STABLE = 1.7
6+ STABLE = 1.8
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 environment :
1919 stable_version : ${STABLE}
2020 this_version : ${DEVELOPMENT}
21- VERSIONS : ${STABLE},${TESTING},${ DEVELOPMENT}
21+ VERSIONS : ${STABLE},${DEVELOPMENT}
2222 labels :
2323 - traefik.enable=true
2424 - traefik.port=80
@@ -28,25 +28,6 @@ services:
2828 - redis
2929 restart : always
3030
31- testing :
32- image : mailu/setup:${TESTING}
33- networks :
34- - web
35- - default
36- env_file : .env
37- environment :
38- stable_version : ${STABLE}
39- this_version : ${TESTING}
40- VERSIONS : ${STABLE},${TESTING},${DEVELOPMENT}
41- labels :
42- - traefik.enable=true
43- - traefik.port=80
44- - traefik.docker.network=web
45- - traefik.main.frontend.rule=Host:${ADDRESS};PathPrefix:/${TESTING}
46- depends_on :
47- - redis
48- restart : always
49-
5031 stable :
5132 image : mailu/setup:${STABLE}
5233 networks :
@@ -56,7 +37,7 @@ services:
5637 environment :
5738 stable_version : ${STABLE}
5839 this_version : ${STABLE}
59- VERSIONS : ${STABLE},${TESTING},${ DEVELOPMENT}
40+ VERSIONS : ${STABLE},${DEVELOPMENT}
6041 labels :
6142 - traefik.enable=true
6243 - traefik.port=80
You can’t perform that action at this time.
0 commit comments