1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Added local DB user

This commit is contained in:
eldadfux 2019-09-27 16:34:09 +03:00
parent 665b6eac93
commit 8a7783cb7b
2 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,6 @@ services:
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=rootsecretpassword
- MYSQL_DATABASE=appwrite
- MYSQL_USER=user
- MYSQL_PASSWORD=password
volumes:

View file

@ -20,7 +20,7 @@ services:
- _APP_DB_HOST=mariadb
- _APP_DB_PORT=3306
- _APP_DB_SCHEMA=appwrite
- _APP_DB_USER=root
- _APP_DB_USER=uesr
- _APP_DB_PASS=password
- _APP_INFLUXDB_HOST=influxdb
- _APP_INFLUXDB_PORT=8086
@ -31,7 +31,9 @@ services:
image: appwrite/mariadb:1.0.0
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_ROOT_PASSWORD=rootsecretpassword
- MYSQL_USER=user
- MYSQL_PASSWORD=password
ports:
- 3306:3306/tcp
#command: mysqld --innodb-flush-method=fsync