adding mastodon
This commit is contained in:
+4
-4
@@ -2,14 +2,14 @@
|
|||||||
# There might be some fancy way to de-dupe this, i just sent it.
|
# There might be some fancy way to de-dupe this, i just sent it.
|
||||||
# ----------
|
# ----------
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_USER=mastodon
|
DB_USER=postgres
|
||||||
DB_NAME=mastodon_production
|
DB_NAME=postgres
|
||||||
DB_PASS=FsQH5cTo7DzuaJB6kggksZHWj6DgvySBBmnMrvQP
|
DB_PASS=FsQH5cTo7DzuaJB6kggksZHWj6DgvySBBmnMrvQP
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
|
|
||||||
# Needed so that the pgsql container creates the expected roles and dbs for you
|
# Needed so that the pgsql container creates the expected roles and dbs for you
|
||||||
POSTGRES_DB=mastodon_production
|
POSTGRES_DB=postgres
|
||||||
POSTGRES_USER=mastodon
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_PASSWORD=FsQH5cTo7DzuaJB6kggksZHWj6DgvySBBmnMrvQP
|
POSTGRES_PASSWORD=FsQH5cTo7DzuaJB6kggksZHWj6DgvySBBmnMrvQP
|
||||||
|
|
||||||
REDIS_URL=redis://redis:6379
|
REDIS_URL=redis://redis:6379
|
||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
env_file: db.env
|
env_file: db.env
|
||||||
environment:
|
environment:
|
||||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||||
|
- 'POSTGRES_USER=postgres'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user