version: '2' services: app: restart: always container_name: fider image: getfider/fider:stable ports: - "3000:3000" # network_mode: host environment: # Public host address # HOST_DOMAIN: li1064-214.members.linode.com HOST_DOMAIN: altweb.me # Connection string to the PostgreSQL database # DATABASE_URL: postgres://postgres:fooooder@localhost:5432/fider?sslmode=disable # DATABASE_URL: postgres://postgres:fooooder@192.168.183.88:5432/fider?sslmode=disable # DATABASE_URL: postgres://postgres:fooooder@45.33.127.214:5432/fider?sslmode=disable # https://github.com/quay/clair/issues/134#issuecomment-491300639 # DATABASE_URL: postgres://postgres:fooooder@postgres:5432/fider?sslmode=disable # lookup postgres on 127.0.0.11:53: no such host # DATABASE_URL: postgres://postgres:fooooder@127.0.0.11:5432/fider?sslmode=disable # DATABASE_URL: postgres://postgres:fooooder@0.0.0.0:5432/fider?sslmode=disable # DATABASE_URL: postgres://postgres:fooooder@:::5432/fider?sslmode=disable # https://github.com/getfider/fider/issues/768 DATABASE_URL: postgres://localhost:5432/fider?user=postgres&password=fooooder&sslmode=disable # CHANGE THIS! Generate a 512-bit secret here https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx JWT_SECRET: 5468576D5A7134743777217A25432A46294A404E635266556A586E3272357538782F413F4428472B4B6150645367566B5970337336763979244226452948404D # From which account e-mails will be sent EMAIL_NOREPLY: work@spencerflagg.com ### # EMAIL # Either EMAIL_MAILGUN_* or EMAIL_SMTP_* is required ### EMAIL_MAILGUN_API: d856dbe4756edd36b260e479444e0f2b-73e57fef-3fd21cd0 EMAIL_MAILGUN_DOMAIN: sandbox432d3bcd9d2143a5926ce809a6f59325.mailgun.org # EMAIL_SMTP_HOST: smtp.yourdomain.com # EMAIL_SMTP_PORT: 587 # EMAIL_SMTP_USERNAME: user@yourdomain.com # EMAIL_SMTP_PASSWORD: s0m3p4ssw0rd