Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
042f4887
Commit
042f4887
authored
6 years ago
by
Guillaume Damiens
Browse files
Options
Downloads
Patches
Plain Diff
création docker-compose
parent
fbc77c19
No related branches found
Branches containing commit
No related tags found
1 merge request
!37
Tx services p19 test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-wekan/docker-compose.yml
+40
-0
40 additions, 0 deletions
pica-wekan/docker-compose.yml
with
40 additions
and
0 deletions
pica-wekan/docker-compose.yml
0 → 100644
+
40
−
0
View file @
042f4887
version
:
'
2'
services
:
wekandb
:
image
:
mongo:4.0.4
container_name
:
wekan-db
restart
:
always
command
:
mongod --smallfiles --oplogSize
128
networks
:
-
wekan-tier
expose
:
-
27017
volumes
:
-
wekan-db:/data/db
-
wekan-db-dump:/dump
wekan
:
image
:
wekanteam/wekan:meteor-1.8
container_name
:
wekan-app
restart
:
always
networks
:
-
wekan-tier
ports
:
-
80:8080
environment
:
-
MONGO_URL=mongodb://wekandb:27017/wekan
-
ROOT_URL=http://localhost
depends_on
:
-
wekandb
volumes
:
wekan-db
:
driver
:
local
wekan-db-dump
:
driver
:
local
networks
:
wekan-tier
:
driver
:
bridge
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment