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
47ed22bd
Unverified
Commit
47ed22bd
authored
Jan 15, 2021
by
David Mehren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build release 1.7.2
Signed-off-by:
David Mehren
<
git@herrmehren.de
>
parent
70393bed
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 @
47ed22bd
...
...
@@ -10,7 +10,7 @@ jobs:
matrix
:
base
:
[
debian
,
alpine
]
env
:
HEDGEDOC_VERSION
:
1.7.
1
HEDGEDOC_VERSION
:
1.7.
2
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
steps
:
-
name
:
Checkout
...
...
README.md
View file @
47ed22bd
...
...
@@ -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.
1
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.7.
1
-alpine
docker pull quay.io/hedgedoc/hedgedoc:1.7.
2
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.7.
2
-alpine
```
We recommend using the Debian version for production deployments and Alpine for expert setups.
...
...
docker-compose.yml
View file @
47ed22bd
...
...
@@ -53,7 +53,7 @@ services:
# args:
# - "VERSION=master"
# - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git"
image
:
quay.io/hedgedoc/hedgedoc:1.7.
1
image
:
quay.io/hedgedoc/hedgedoc:1.7.
2
#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