Skip to content

posm/posm-auth

Repository files navigation

POSM Auth CI

Getting Started

Setting up configuration

# Create an environment file
touch .env

The environment file should define these variables:

POSM_ADMIN_URL=http://localhost:3000
COOKIE_DOMAIN=localhost

Running locally

    docker-compose build # docker-compose pull
    docker-compose up
  • POSM Auth will be avaliable at localhost:8050
  • Dummy POSM Nginx server will be avaliable at localhost:8051
  • Initial django super user with credentials (admin:admin123) is created at initial startup.
  • Permissions are loaded from permissions fixture at every container startup.

NGINX Configuration

References