mhubig / docker-partkeepr

mhubig/partkeepr docker image repository
62 stars 64 forks source link

Partkeepr doesn't load. #6

Closed thenetimp closed 6 years ago

thenetimp commented 6 years ago

I have tried to use the image from docker up I have tried to build it manually, however whenever I try to visit the site I get a blank page, and all the assets fail to load. I've included my docker-compose.yml file. I am on MacOS 10.13.3 Using Docker Version 18.03.0-ce-mac60. Any help on why this fails to load would be much appreciated.


version: '2'

services:

ths_partskeepr: container_name: ths_partskeepr image: mhubig/partkeepr environment: PARTKEEPR_DATABASE_HOST: ths_database PARTKEEPR_DATABASE_NAME: partkeepr PARTKEEPR_DATABASE_PORT: 3306 PARTKEEPR_DATABASE_USER: partkeepr PARTKEEPR_DATABASE_PASS: partkeepr PARTKEEPR_OKTOPART_APIKEY: 0123456

depends_on:

#   - ths_database
ports:
  - 8800:80

ths_database: container_name: ths_database image: mysql ports:

volumes: persistent:

thenetimp commented 6 years ago

I went into the app_dev.php file and that loads just fine, however from the primary app.php it continues to fail to load.

thenetimp commented 6 years ago

Stupid me. You would think that if you didn't run setup that the main screen would tell you to do that instead of returning blank. The problem is fixed. RTFM...