refactor: rewrite yourls_dev to match template conventions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-15 02:39:22 +00:00
co-authored by Claude Fable 5
parent 60ce765aa2
commit b542905f31
5 changed files with 135 additions and 45 deletions
+18
View File
@@ -0,0 +1,18 @@
YOURLS_IMAGE=yourls:latest
MARIADB_IMAGE=mariadb:11
YOURLS_RESTART=unless-stopped
VOL_PATH=/data
YOURLS_PORT=8080
# Site URL (public URL used in generated short links)
YOURLS_SITE=http://localhost:8080
# Admin login
YOURLS_USER=admin
YOURLS_PASS=changeme
# Database
YOURLS_DB_NAME=yourls
YOURLS_DB_USER=yourls
YOURLS_DB_PASSWORD=changeme
YOURLS_MYSQL_ROOT_PASSWORD=changeme-root