mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-05 07:13:24 +01:00
80f82347b1
The reason I rename it is that I use several docker compose files on my computer The names of the directories are the docker container prefix. I would like to have a descriptive prefix.
1.0 KiB
1.0 KiB
Run Server with Docker
Docker Image can not run on armv6 (Raspberry Pi 1 or Raspberry Pi Zero)
-
Install Docker
On Raspberry Pi: https://phoenixnap.com/kb/docker-on-raspberry-pi
-
Install Docker-Compose
On Raspberry Pi: https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1mo
-
Get Docker-Compose Files
git clone https://gitlab.com/fabinfra/fabaccess/dockercompose.git fabaccess-server
The Dockerfile is in the root directory of the main repo docker-compose.yml is available in a seperate git repo
-
Edit config files in
config
folder to taste -
Start Server with
docker-compose up -d
To make it eaysier to apply youre changes in your config and keep the dockercompose uptodate, you should "fork" this respository.
Get Server Logs: docker-compose logs