Skip to content

python-krasnodar/party-hard-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Party Hard Deploy

Deploy scripts for Party Hard project.

Configuration

Before running, you need to make settings in the app/.env file. An example can be found in app/.env.dist. Also make sure port 80 is free.

Running

After that, you can start the entire project with one command.

docker-compose up -d --build

For each service is restart: always, so after restarting the system all services are start automatically.

Stopping

To stop all services, run

docker-compose down

Viewing logs

To view logs, it is convenient to use this command

docker-compose logs -f (db|queue|app|tasks|nginx)