Ticket: Docker login issues on Ubuntu - email already exists
@mtaylor819uk Just created a ticket
Question: Fresh docker install but unable to login / create a user just get email already exists
Attempted: I have setup resend with the correct API key, and done a fresh install.
Working On: ubuntu
Using Postiz On: docker-compose
Take it from here @Postiz
Question: Fresh docker install but unable to login / create a user just get email already exists
Attempted: I have setup resend with the correct API key, and done a fresh install.
Working On: ubuntu
Using Postiz On: docker-compose
Take it from here @Postiz
4 Replies
here is the snippet of the docker compose file:
services:
postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
container_name: postiz
restart: always
environment:
MAIN_URL: "https://postiz.mte.uk.com"
FRONTEND_URL: "https://postiz.mte.uk.com"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.mte.uk.com/api"
JWT_SECRET: "redacted"
DATABASE_URL: "postgresql://postiz-user:postiz-password@postiz-postgres:5432/postiz-db-local"
REDIS_URL: "redis://postiz-redis:6379"
BACKEND_INTERNAL_URL: "http://localhost:3000"
IS_GENERAL: "true"
STORAGE_PROVIDER: "local"
UPLOAD_DIRECTORY: "/uploads"
NEXT_PUBLIC_UPLOAD_DIRECTORY: "/uploads"
EMAIL_PROVIDER: "resend"
RESEND_API_KEY: "Redacted"
volumes: - postiz-config:/config/ - postiz-uploads:/uploads/ ports: - "5000:5000"
volumes: - postiz-config:/config/ - postiz-uploads:/uploads/ ports: - "5000:5000"
@Postiz please help @mtaylor819uk
Resolved, it didn't like my .uk.com domain.
This thread is now closed! Feel free to open a new one if you need help