Skip to content
Snippets Groups Projects
Verified Commit 24ed90d1 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

Merge branch 'master' of gitlab.utc.fr:picasoft/projets/dockerfiles

parents 90869d6e 392c7ac5
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,14 @@
},
"castopod": {
"Host": "castopod-db",
"Port": "5432",
"Port": "3306",
"User": "CASTOPOD_DB_USER",
"Password": "CASTOPOD_DB_PASSWORD",
"Database": "castopod",
"Type": "mysql",
"Folder": "castopod",
"Cron": "0 */6 * * *",
"Options":"",
"Init-Backup": "1"
},
"peertube": {
......@@ -108,7 +109,7 @@
"Init-Backup": "1"
},
"lufi": {
"Host": "lufi-db",
"Host": "lufidb",
"Port": "5432",
"User": "LUFI_DB_USER",
"Password": "LUFI_DB_PASSWORD",
......
......@@ -43,4 +43,7 @@ services:
- codimd
- mattermost
- privatebin
- castopod
- peertube
- lufi
restart: unless-stopped
......@@ -60,7 +60,7 @@
# Max file size, in octets
# You can write it 100*1024*1024
# optional, no default
max_file_size => 2048*1024*1024,
max_file_size => 3072*1024*1024,
# If you want to have piwik statistics, provide a piwik image tracker
# Only the image tracker is allowed, no javascript
......
......@@ -16,7 +16,7 @@ volumes:
services:
mobilizon:
image: framasoft/mobilizon:1.1.3
image: framasoft/mobilizon:1.1.4
container_name: mobilizon-app
volumes:
- mobilizon-data:/var/lib/mobilizon/uploads
......
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