Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant Run the Project #446

Open
aerielabio opened this issue Dec 5, 2023 · 1 comment
Open

Cant Run the Project #446

aerielabio opened this issue Dec 5, 2023 · 1 comment

Comments

@aerielabio
Copy link

Hello, i tried to run it using simple docker-compose

version: "3"
services:
  rocketadmin:
    environment:
      - DATABASE_URL=postgresql://postgres:xxxxx@xxxx/dbxxx
      - JWT_SECRET=HnOqxFUoE2V6eCSVyWQ88D80cwvo5IZg
      - PRIVATE_KEY=someprivkey
      - TEMPORARY_JWT_SECRET=HnOqxFUoE2V6eCSVyWQ88D80cwvo5IZg
      - APP_DOMAIN_ADDRESS=http://localhost:3000
    ports:
      - 3000:3000
    container_name: rocketadmin
    image: rocketadmin/rocketadmin

but the docker keep exiting, and it gives me this log

2023-12-05 12:23:42 Start migrations...
2023-12-05 12:23:43 2023/12/05 05:23:43 [warn] 88#88: duplicate MIME type "text/html" in /etc/nginx/sites-enabled/default:5
2023-12-05 12:23:43 /app/backend/runner.sh: line 4:    87 Segmentation fault      node --enable-source-maps dist/main.js

Am i missing something ?

@gugu
Copy link
Contributor

gugu commented Jan 28, 2024

Can you provide more details about your environment? OS, available CPU/memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants