# Create an environment file
touch .env
The environment file should define these variables:
POSM_ADMIN_URL=http://localhost:3000
COOKIE_DOMAIN=localhost
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.
- Configuration sample using POSM Auth is here posm-nginx/posm.conf