Skip to content
Snippets Groups Projects
Verified Commit 768a0d83 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Use registry when naming images in Docker Compose

parent f71478bc
No related branches found
No related tags found
1 merge request!44Optimize CI and remove deployment steps, add Mattermost and update Etherpad
......@@ -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
......
......@@ -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
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment