A website for managing Friendo bot and the Friendo API
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
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