Skip to content

MawsFr/projeqtor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Projector 8.0.5 with LDAP support

This repo contains a docker-compose.yml that allow to run Projeqtor V8.0.5 with a Postgres and PgAdmin.

Build and run with docker-compose

To run Projeqtor + postgres + pgadmin :

  • Edit a .env file where you downloaded the docker-compose file like the one on this repo

  • Run the command

docker-compose up -d --build

Here are possible (useless ?) build args

--build-arg PROJEQTOR_LOG_PATH=/var/log/projeqtor
--build-arg PROJEQTOR_CONFIG_PATH=/etc/projeqtor

Docker-compose

Here is what is run when using docker-compose

Run from docker-hub

If you already have a running postgres instance, just run Projeqtor by executing the command

docker run -d \
    --net <POSTGRES_NETWORK> \
    --link <POSTGRES_CONTAINER_NAME>:db \
    -p 8080:80 \
    --name projeqtor805 \
mawsfr/projeqtor:latest

Docker Hub

https://hub.docker.com/r/mawsfr/projeqtor

Questions and Suggestions

Feel free to open issues to ask questions or make suggestions ;)

Projeqtor configuration example

projeqtor config example

About

Dockerized Projeqtor with LDAP support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published