Skip to content

MythemeCloud/MythemeContent

Repository files navigation

pac-stac-content

This project was created using create-payload-app using the ts-blog template.

How to Use

npm run dev will start up your application and reload on any changes.

Docker

If you have docker and docker-compose installed, you can run docker-compose up

To build the docker image, run docker build -t my-tag .

Ensure you are passing all needed environment variables when starting up your container via --env-file or setting them with your deployment.

The 3 typical env vars will be MONGODB_URI, PAYLOAD_SECRET, and PAYLOAD_CONFIG_PATH

docker run --env-file .env -p 3000:3000 my-tag

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published