stawze

Results 3 comments of stawze

Same issue here and no such issue on VD. Network is fine. Is this project abandoned?

Docker-compose.yml: ``` version: "3.7" services: db: restart: always image: postgres:14-alpine environment: POSTGRES_PASSWORD: password POSTGRES_DB: mastodon_production POSTGRES_USER: postgres shm_size: 256mb networks: - internal_network healthcheck: test: ['CMD', 'pg_isready', '-U', 'postgres'] volumes: -...

.env.production: ``` # This is a sample configuration file. You can generate your configuration # with the `rake mastodon:setup` interactive setup wizard, but to customize # your setup even further,...