aboutsummaryrefslogtreecommitdiff
path: root/app/build
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-10-28 15:09:51 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-10-28 15:09:51 +0100
commit9fef7ae777eb7fd92e6e650aa564ff474830d4eb (patch)
treefe203a6df6ff3bb8958a4ab206654ceea30fe2fe /app/build
parente74737e6e3816aace186b23b5d4d6049877fb122 (diff)
downloadinfrastructure-9fef7ae777eb7fd92e6e650aa564ff474830d4eb.tar.gz
infrastructure-9fef7ae777eb7fd92e6e650aa564ff474830d4eb.zip
Port seafile
Diffstat (limited to 'app/build')
-rw-r--r--app/build/docker-compose.yml7
-rw-r--r--app/build/mariadb/60-remote.cnf2
2 files changed, 8 insertions, 1 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index ee76372..2a67453 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -1,6 +1,13 @@
version: '3.4'
services:
+ mariadb:
+ build:
+ context: ./mariadb
+ args:
+ VERSION: 4 # fake for now
+ image: superboum/amd64_mariadb:v4
+
# Instant Messaging
riot:
build:
diff --git a/app/build/mariadb/60-remote.cnf b/app/build/mariadb/60-remote.cnf
index f759a49..acf8f9b 100644
--- a/app/build/mariadb/60-remote.cnf
+++ b/app/build/mariadb/60-remote.cnf
@@ -1,2 +1,2 @@
[mysqld]
-bind-address = 0.0.0.0
+bind-address = *