11 lines
371 B
YAML
11 lines
371 B
YAML
|
|
services:
|
||
|
|
tinyauth:
|
||
|
|
container_name: tinyauth
|
||
|
|
image: ghcr.io/steveiliop56/tinyauth:v4
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "8000:3000" # TinyAuth listens on port 3000 internally, exposed as 8000
|
||
|
|
environment:
|
||
|
|
- APP_URL=https://tinyauth.apophisnetworking.net
|
||
|
|
- USERS='jramos:$2b$05$/n3T47JhyggqQQ4tDi9rounDnN0RS/Se/9VQa6osa7XaL5vAAp2QW'
|