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
768a0d83
Verified
Commit
768a0d83
authored
5 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
Use registry when naming images in Docker Compose
parent
f71478bc
No related branches found
Branches containing commit
No related tags found
1 merge request
!44
Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pica-dokuwiki/docker-compose.yml
+2
-2
2 additions, 2 deletions
pica-dokuwiki/docker-compose.yml
pica-oh-my-form/docker-compose.yml
+1
-1
1 addition, 1 deletion
pica-oh-my-form/docker-compose.yml
pica-wekan/docker-compose.yml
+3
-3
3 additions, 3 deletions
pica-wekan/docker-compose.yml
with
6 additions
and
6 deletions
pica-dokuwiki/docker-compose.yml
+
2
−
2
View file @
768a0d83
...
...
@@ -2,7 +2,7 @@ version : "2.4"
volumes
:
dokuwiki-app-volume
:
external
:
true
external
:
true
name
:
"
dokuwiki-app"
networks
:
...
...
@@ -11,7 +11,7 @@ networks:
services
:
dokuwiki-app
:
image
:
pica-dokuwiki:stable
image
:
registry.picasoft.net/
pica-dokuwiki:stable
container_name
:
dokuwiki-app
volumes
:
-
dokuwiki-app-volume:/var/www/html
...
...
This diff is collapsed.
Click to expand it.
pica-oh-my-form/docker-compose.yml
+
1
−
1
View file @
768a0d83
...
...
@@ -21,7 +21,7 @@ services:
restart
:
unless-stopped
omf
:
image
:
pica-oh-my-form:0.2.3
image
:
registry.picasoft.net/
pica-oh-my-form:0.2.3
container_name
:
omf
env_file
:
./secrets/omf.secrets
# Set this in docker-compose because container-names dependant
...
...
This diff is collapsed.
Click to expand it.
pica-wekan/docker-compose.yml
+
3
−
3
View file @
768a0d83
...
...
@@ -17,9 +17,9 @@ services:
-
wekan-db:wekan-db
networks
:
-
docker_default
labels
:
labels
:
-
"
traefik.frontend.rule=Host:wekan2.test.picasoft.net"
-
"
traefik.port=8080"
-
"
traefik.port=8080"
-
"
traefik.enable=true"
environment
:
-
MONGO_URL=mongodb://wekan-db:27017/wekan
...
...
@@ -56,7 +56,7 @@ services:
#- /DATA/docker/wekan-db:/data/db
security_opt
:
-
no-new-privileges
mem_limit
:
"
2048m"
mem_limit
:
"
2048m"
cpus
:
"
0.20"
pids_limit
:
1024
volumes
:
...
...
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