mtaylor819uk
PPostiz
•Created by Support on 2/6/2025 in #ðŸ’│community-support-tickets
Ticket: Docker login issues on Ubuntu - email already exists
Resolved, it didn't like my .uk.com domain.
6 replies
PPostiz
•Created by Support on 2/6/2025 in #ðŸ’│community-support-tickets
Ticket: Docker login issues on Ubuntu - email already exists
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"
6 replies