docker-compose logs : seemed to be postgres?? i also replaced postgres username and password in lemmy.hjson
thread ‘main’ panicked at ‘Error connecting to postgres://root:mychangedpassword@postgres:5432/lemmy’, src/main.rs:43:25
docker-compose logs : seemed to be postgres?? i also replaced postgres username and password in lemmy.hjson
thread ‘main’ panicked at ‘Error connecting to postgres://root:mychangedpassword@postgres:5432/lemmy’, src/main.rs:43:25
i think it has to do with my nginx lemmy.conf. I have replaced proxy pass 0.0.0.0 with my vps ip (is this correct?) but can’t get to working. Installed with letsencrypt and using cloudflare.
my previous post
Thanks
i changed postgres user and password; changed lemmy external host to mydomain.com; iframely memory limit changed to 500m
root@******:/lemmy# cat docker-compose.yml version: ‘2.2’
services: postgres: image: postgres:12-alpine environment: - POSTGRES_USER=root - POSTGRES_PASSWORD=mypasswordhere - POSTGRES_DB=lemmy volumes: - ./volumes/postgres:/var/lib/postgresql/data restart: always
lemmy: image: dessalines/lemmy:0.11.2 ports: - “127.0.0.1:8536:8536” restart: always environment: - RUST_LOG=“warn,lemmy_server=info,lemmy_api=info,lemmy_api_common=info,lemmy_api_crud=info,lemmy_apub=info,lemmy_apub_receive=info,lemmy_db_queries=info,lemmy_db_schema=info,lemmy_db_views=info,lemmy_db_views_actor=info,lemmy_db_views_moderator=info,lemmy_routes=info,lemmy_utils=info,lemmy_websocket=info” volumes: - ./lemmy.hjson:/config/config.hjson depends_on: - postgres - pictrs - iframely
lemmy-ui: image: dessalines/lemmy-ui:0.11.2 ports: - “127.0.0.1:1235:1234” restart: always environment: - LEMMY_INTERNAL_HOST=lemmy:8536 - LEMMY_EXTERNAL_HOST=mydomain.com - LEMMY_HTTPS=true depends_on: - lemmy
pictrs: image: asonix/pictrs:v0.2.6-r2 ports: - “127.0.0.1:8537:8080” user: 991:991 volumes: - ./volumes/pictrs:/mnt restart: always
iframely: image: dogbin/iframely:latest ports: - “127.0.0.1:8061:80” volumes: - ./iframely.config.local.js:/iframely/config.local.js:ro restart: always mem_limit: 500m
this is good news…twitter can do whatever they like and so WeChat. Private company as they say.
thanks connected to postgres but still problems…we need lemmy installation docs for newbies.