Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
Technique
Dockerfiles
Commits
24ed90d1
Verified
Commit
24ed90d1
authored
May 29, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Merge branch 'master' of gitlab.utc.fr:picasoft/projets/dockerfiles
parents
90869d6e
392c7ac5
Changes
4
Hide whitespace changes
Inline
Side-by-side
pica-db-backup/config/backup_config.json
View file @
24ed90d1
...
...
@@ -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"
,
...
...
pica-db-backup/docker-compose.yml
View file @
24ed90d1
...
...
@@ -43,4 +43,7 @@ services:
-
codimd
-
mattermost
-
privatebin
-
castopod
-
peertube
-
lufi
restart
:
unless-stopped
pica-lufi/lufi.conf
View file @
24ed90d1
...
...
@@ -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
...
...
pica-mobilizon/docker-compose.yml
View file @
24ed90d1
...
...
@@ -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
...
...
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