Skip to content

This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

Notifications You must be signed in to change notification settings

micksatana/docker-medusa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medusa logo

Medusa

Building blocks for digital commerce

Medusa is released under the MIT license. Current CircleCI build status. PRs welcome! Product Hunt Discord Chat Follow @medusajs

Please note

This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

Requirements

To use Docker with Medusa, you should have created a Medusa project. Check out our docs to get started.

Additionally, you should have docker installed on your system.

How to build

Copy the .dockerignore and Dockerfile to a Medusa project folder.

Run docker build command

docker build -t medusa:latest .

You can test run the image locally by injecting .env file.

docker run --rm -it --env-file=.env --network=host medusa:latest

--network=host assuming you have Postgres installed and run either locally, or with a docker container which has its port exposed in the host network.

Other channels

License

Licensed under the MIT License.

About

This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%