Update outline version
This commit is contained in:
parent
3b11a63fa0
commit
e76b31fd99
@ -2,7 +2,7 @@ version: "3.2"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
outline-app:
|
outline-app:
|
||||||
image: outlinewiki/outline:0.77.2
|
image: outlinewiki/outline:0.78.0
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_SERVER_PORT}:3000"
|
- "${WEB_SERVER_PORT}:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
3
tasks.py
3
tasks.py
@ -58,4 +58,7 @@ def deploy(app_name: str, compose_file="docker-compose.yml", dirs=None):
|
|||||||
c.run(
|
c.run(
|
||||||
f"docker-compose --project-name {shlex.quote(app_name)} --env-file=.env.prod up --detach --remove-orphans"
|
f"docker-compose --project-name {shlex.quote(app_name)} --env-file=.env.prod up --detach --remove-orphans"
|
||||||
)
|
)
|
||||||
|
c.run(
|
||||||
|
f"docker system prune --volumes --force"
|
||||||
|
)
|
||||||
print("Done.")
|
print("Done.")
|
||||||
|
Loading…
Reference in New Issue
Block a user