Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
erdnaxe
docker
Commits
9445261e
Verified
Commit
9445261e
authored
Nov 15, 2019
by
erdnaxe
🎇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kutt
parent
27e9d42d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
README.md
README.md
+1
-0
kutt/docker-compose.yml
kutt/docker-compose.yml
+29
-0
kutt/example.env
kutt/example.env
+1
-0
No files found.
README.md
View file @
9445261e
...
...
@@ -20,3 +20,4 @@ Des fichiers `example.env` doivent être copiés en `.env` puis configurés.
*
8086 -> ShareLatex
*
8087 -> Homepage
*
8088 -> Cryptpad
*
8089 -> Kutt
kutt/docker-compose.yml
0 → 100644
View file @
9445261e
version
:
'
3'
services
:
kutt
:
build
:
https://github.com/thedevs-network/kutt.git
depends_on
:
-
postgres
-
redis
ports
:
-
8089:3000
environment
:
-
DB_HOST=postgres
-
DB_NAME=kutt
-
DB_USER=kutt
-
"
DB_PASSWORD:${POSTGRES_PASSWD}"
restart
:
always
redis
:
image
:
redis:alpine
restart
:
always
postgres
:
image
:
postgres:12-alpine
container_name
:
postgres
environment
:
-
POSTGRES_DB=kutt
-
POSTGRES_USER=kutt
-
"
POSTGRES_PASSWORD=${POSTGRES_PASSWD}"
restart
:
always
kutt/example.env
0 → 100644
View file @
9445261e
POSTGRES_PASSWD=asupersecurepassword
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