Remove yourls

Mariadb update broke it, but I never use it anyway.
This commit is contained in:
Jake Howard
2020-05-14 13:54:59 +01:00
parent 6f7f7aae94
commit 851c6b167c
6 changed files with 0 additions and 103 deletions

View File

@ -1,32 +0,0 @@
version: "2.3"
services:
yourls:
image: yourls:1.7.9-apache
container_name: yourls
restart: unless-stopped
depends_on:
- mysql
environment:
- YOURLS_DB_PASS=yourls
- YOURLS_DB_USER=yourls
- YOURLS_USER=jake
- YOURLS_PASS={{ yourls.user_password }}
- YOURLS_SITE=https://0rng.one
volumes:
- ./index.html:/var/www/html/index.html
labels:
- "traefik.enable=true"
- "traefik.http.routers.yourls.rule=Host(`0rng.one`)"
- "traefik.http.routers.yourls.tls.certresolver=le"
mysql:
image: mariadb:10.4
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=yourls
- MYSQL_USER=yourls
- MYSQL_PASSWORD=yourls
volumes:
- ./mariadb:/config
restart: unless-stopped

View File

@ -1,8 +0,0 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=//theorangeone.net" />
</head>
<body>
<h1>Redirecting to website...</h1>
</body>
</html>