Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Add QR code to reservations #14

Merged
merged 9 commits into from
Sep 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ services:
links:
- mongo
environment:
API_ENDPOINT: "https://api.pohles.rudickamladez.cz"
MONGO_URL: mongodb://pohlesuser:examplepass@mongo:27017/pohles
NODEMAILER_TRANSPORT: '{"host": "", "port": 465, "secure": true, "auth": {"user": "user@user.net", "pass": "pass"}}'
stdin_open: true # -i
tty: true # -t




Loading