forked from coop-cloud/listmonk
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc6cece84e | |||
| 2c53efc5fe | |||
| 542ff11abf | |||
| e6caad12ff |
@@ -21,3 +21,4 @@
|
||||
to save secrets in `pass`)
|
||||
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box. Nothing to change apart from the DOMAIN at the moment.
|
||||
5. `abra app deploy YOURAPPDOMAIN`
|
||||
6. To make media uploads work, go to Settings->Media uploads and set upload path to "/uploads" and click the Save-button.
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: listmonk/listmonk:v6.0.0
|
||||
image: listmonk/listmonk:v6.1.0
|
||||
networks:
|
||||
- internal
|
||||
- proxy
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=9000"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=5.0.0+v6.0.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=5.1.0+v6.1.0"
|
||||
volumes:
|
||||
- "uploads:/uploads"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user