Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
writeFrame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
writeFrame
Commits
d3f759dd
Unverified
Commit
d3f759dd
authored
May 03, 2021
by
Tilman Vatteroth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change version to 1.8.0
Signed-off-by:
Tilman Vatteroth
<
git@tilmanvatteroth.de
>
parent
2d02689f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
release.yml
.github/workflows/release.yml
+1
-1
README.md
README.md
+2
-2
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
.github/workflows/release.yml
View file @
d3f759dd
...
...
@@ -10,7 +10,7 @@ jobs:
matrix
:
base
:
[
debian
,
alpine
]
env
:
HEDGEDOC_VERSION
:
1.
7.2
HEDGEDOC_VERSION
:
1.
8.0
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
steps
:
-
name
:
Checkout
...
...
README.md
View file @
d3f759dd
...
...
@@ -10,8 +10,8 @@ HedgeDoc docker images are available in two flavors: Debian and Alpine. These ar
<https://quay.io/repository/hedgedoc/hedgedoc>
```
docker pull quay.io/hedgedoc/hedgedoc:1.
7.2
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.
7.2
-alpine
docker pull quay.io/hedgedoc/hedgedoc:1.
8.0
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.
8.0
-alpine
```
We recommend using the Debian version for production deployments and Alpine for expert setups.
...
...
docker-compose.yml
View file @
d3f759dd
...
...
@@ -53,7 +53,7 @@ services:
# args:
# - "VERSION=master"
# - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git"
image
:
quay.io/hedgedoc/hedgedoc:1.
7.2
image
:
quay.io/hedgedoc/hedgedoc:1.
8.0
#mem_limit: 256mb # version 2 only
#memswap_limit: 512mb # version 2 only
#read_only: true # not supported in swarm mode, enable along with tmpfs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment