fisher60 / Friendo_Site_Django

A website for managing Friendo bot and the Friendo API
MIT License
4 stars 2 forks source link
hacktoberfest

Friendo_Site

A website for managing Friendo bot and the Friendo API

start docker

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Public Dev Server

At the moment the docker-compose.dev.yml debug variable must be edited for the dev deployment. Use the dev deployment command in detached mode in order to run the dev server on port 8000 (This is where apache is redirecting dev.friendo.us). This should not require editing the .env file debug as that one is not used in dev mode. In order to allow multiple containers running, you can use the -p tag to specify project name as in this post docker-compose -p Friendo_Site_Dev -f docker-compose.yml -f docker-compose.dev.yml up --build -d