This is the repository for the FriendUP docker container. The purpose of this is to allow people to easily deploy FriendUP without complicated setups or anything. We achive that using the Docker Platform, Docker containers are pre-setup and ready-to-deploy application containers.
Currently FriendUP Docker requires you to use Docker-Compose, a easy way to deploy multible dependant applications at once, without the need to configure them all one by one.
docker-compose up
You might want to use a reverse proxy redirecting the friend domain to the docker container. Here is a usefull guide how to do that with Apache: https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension
MYSQL_USER - The Database username
MYSQL_PASSWORD - The Password for the database user
MYSQL_DATABASE - The to be used database name
MYSQL_ROOT_PASSWORD - The password of the databases root user
DOCKER_FRIEND_DOMAIN - the domain friend will run under
To update friend go back to the place of the docker-compose.yml file using a cli and type docker-compose down
this will stop and remove the containers ( Don't worry, your data is safe ). After you done that just type docker-compose up
again and the container should be updated
FriendUP: https://github.com/FriendUPCloud/friendup
Docker: https://www.docker.com/
Docker-Compose: https://docs.docker.com/compose/
DockerHub: https://hub.docker.com/r/aperturedevelopment/friendup
This repository and the code is licenced under MIT.
The FriendUP-Docker container has been made by Aperture Development. We are in no way owning or claiming ownership over FriendUP and it's code.