| .github | ||
| .husky | ||
| src | ||
| .commitlintrc.js | ||
| .gitignore | ||
| .nvmrc | ||
| .releaserc | ||
| .renovaterc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| NOTES.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
drinks-touch_stack
The Docker stack configuration for drinks-touch.fd.
This project is deployed in accordance to the DargStack template to make deployment a breeze. It is closely related to drinks-touch's source code.
Table of Contents
services
-
adminerYou can access the database's frontend at adminer.localhost. This information is required for login:
System PostgreSQL Server postgres Username [postgres_user] Password [postgres_password] Database [postgres_db] Values in square brackets are Docker secrets.
-
drinks-touchYou can access the main project at localhost.
-
ldapYou can access the open source ldap implementation via
phpldapadmin. -
phpldapadminYou can access the ldap frontend at phpldapadmin.localhost. This information is required for login:
login dn cn=admin,dc=flipdot,dc=org password admin -
postgresYou can access the database via
adminer. -
reset-touchService script that resets the eGalax touchscreen offset.
-
traefikYou can access the reverse proxy's dashboard at traefik.localhost. Traefik enables HTTPS for all services and acts as a load-balancer too.
-
traefik_certs-dumperYou cannot access the reverse proxy's certificate helper directly.