Skip to content

josedaian/music-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Docker

Services

  • Nginx
  • PHP 7.2
  • Slim PHP
  • Redis 6.2.6

How to install

After cloning the repository and being inside the project folder, run the following commands:

cp .env.example .env
docker-compose up

Optional Step

In .env file you can set custom ports for services:

  • Nginx (default: 8000)
  • Redis (default: 6379)

For the Spotify API to work it is necessary to set the values inside the services/.env file:

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published