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

Updated compose file

This commit is contained in:
eldadfux 2019-09-27 00:44:19 +03:00
parent f63ca9c6e4
commit d8a6e12c24
2 changed files with 6 additions and 10 deletions

View file

@ -26,8 +26,8 @@ services:
- _APP_DB_HOST=mariadb
- _APP_DB_PORT=3306
- _APP_DB_SCHEMA=appwrite
- _APP_DB_USER=user1
- _APP_DB_PASS=pass1
- _APP_DB_USER=user
- _APP_DB_PASS=pass
- _APP_INFLUXDB_HOST=influxdb
- _APP_INFLUXDB_PORT=8086
- _APP_STATSD_HOST=telegraf
@ -37,12 +37,12 @@ services:
image: appwrite/mariadb:1.0.0 # fix issues when upgrading using: mysql_upgrade -u root -p
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_DATABASE=appwrite
- MYSQL_USER=user1
- MYSQL_PASSWORD=pass1
- MYSQL_USER=user
- MYSQL_PASSWORD=pass
volumes:
- ./storage/db2:/var/lib/mysql:rw
- ./storage/db:/var/lib/mysql:rw
ports:
- 3306:3306/tcp

View file

@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore