mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
refactor: rewrite yourls_dev to match template conventions
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user