admin settings fix #12, fix #13 image in mastodon

This commit is contained in:
lesion
2019-03-12 01:16:52 +01:00
parent 9702f93cf9
commit c5989fa8b4
23 changed files with 232 additions and 85 deletions

View File

@@ -13,13 +13,13 @@ services:
- ./postgres:/var/lib/postgresql/data
app:
env_file: .env
build: .
ports:
- '12300:12300'
volumes:
- ./app/uploads:/usr/src/app/app/uploads
env_file: .env
environment:
PORT: 12300
DB_HOST: db