littlelink-server/docker-compose.yml

106 lines
4.2 KiB
YAML
Raw Normal View History

2021-08-10 04:58:26 +02:00
---
# this is used for local development and testing
version: "3.0"
2021-08-10 04:58:26 +02:00
services:
little-link:
image: ghcr.io/techno-tim/littlelink-server:latest
# dockerhub is also supported timothystewart6/littlelink-server
#image: timothystewart6/littlelink-server:latest
container_name: littlelink-server
2021-08-10 04:58:26 +02:00
build:
context: ./
dockerfile: Dockerfile
environment:
- META_TITLE=Techno Tim
- META_DESCRIPTION=Techno Tim Link page
- META_AUTHOR=Techno Tim
2022-06-04 06:42:29 +02:00
- META_KEYWORDS=HomeLab, CSS, HTML, Engineering
- LANG=en
- META_INDEX_STATUS=all
2021-08-10 04:58:26 +02:00
- THEME=Dark
2021-08-14 23:47:16 +02:00
- FAVICON_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_200x200.jpg
- AVATAR_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_200x200.jpg
- AVATAR_2X_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
2021-08-10 04:58:26 +02:00
- AVATAR_ALT=Techno Tim Profile Pic
- NAME=TechnoTim
- BIO=Hey! Just a place where you can connect with me!
2021-08-26 02:54:23 +02:00
- FOOTER=Thanks for stopping by!
2021-08-10 04:58:26 +02:00
- GITHUB=https://github.com/timothystewart6
- TWITTER=https://twitter.com/TechnoTimLive
- INSTAGRAM=https://www.instagram.com/techno.tim
2021-08-26 02:54:23 +02:00
- YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A
2021-08-10 04:58:26 +02:00
- TWITCH=https://www.twitch.tv/technotim/
2022-01-09 04:55:23 +01:00
- DISCORD=https://l.technotim.live/discord
2021-08-26 02:54:23 +02:00
- TIKTOK=https://www.tiktok.com/@technotim
2021-08-10 04:58:26 +02:00
- KIT=https://kit.co/TechnoTim
2021-08-26 02:54:23 +02:00
- FACEBOOK=https://facebook.com
- FACEBOOK_MESSENGER=https://facebook.com
- LINKED_IN=https://linkedin.com
- PRODUCT_HUNT=https://www.producthunt.com/
- SNAPCHAT=https://www.snapchat.com/
- SPOTIFY=https://www.spotify.com/
- REDDIT=https://www.reddit.com/
- MEDIUM=https://medium.com
- PINTEREST=https://www.pinterest.com/
- EMAIL=you@example.com
- EMAIL_TEXT=Email Me!
- EMAIL_ALT=you@example.com
- EMAIL_ALT_TEXT=Email me!
- SOUND_CLOUD=https://soundcloud.com
2021-08-26 02:54:23 +02:00
- FIGMA=https://figma.com
- TELEGRAM=https://telegram.org/
- TUMBLR=https://www.tumblr.com/
- STEAM=https://steamcommunity.com/
- VIMEO=https://vimeo.com/
- WORDPRESS=https://wordpress.com/
- GOODREADS=https://www.goodreads.com/
- SKOOB=https://www.skoob.com.br/
- LETTERBOXD=https://letterboxd.com/
- MASTODON=https://mastodon.social/
- MICRO_BLOG=https://micro.blog/
- WHATSAPP=https://www.whatsapp.com/
- STRAVA=https://www.strava.com/
2021-09-11 20:43:20 +02:00
- BUYMEACOFFEE=https://www.buymeacoffee.com/
- GITLAB=https://www.gitlab.com/
2021-10-15 03:45:57 +02:00
- PATREON=https://www.patreon.com/technotim
- DEVTO=https://dev.to/
- UMAMI_WEBSITE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- UMAMI_APP_URL=https://your-umami-app.com
- BUTTON_ORDER=YOUTUBE,TWITCH,TWITTER,GITHUB,INSTAGRAM,DISCORD,FACEBOOK,TIKTOK,KIT,PATREON
- PAYPAL=https://www.paypal.me/user
2021-10-19 05:43:09 +02:00
- SLACK=https://slack.com/
- STACKOVERFLOW=https://stackoverflow.com/
- LASTFM=https://last.fm/
- GITEA=https://gitea.io/
- POLYWORK=https://www.polywork.com/
- SIGNAL=https://signal.org/
2021-12-13 01:17:12 +01:00
- UNTAPPD=https://untappd.com/
- BUTTON_TARGET=_blank
- INSTANTGAMING=https://www.instant-gaming.com/
- TRAKT=https://trakt.tv
- CASHAPP=https://cash.app/
- TEESPRING=https://teespring.com/
- XING=https://www.xing.com/en
- KEYBASE=https://keybase.io/
- ONLYFANS=https://onlyfans.com/
- SESSION=https://getsession.org/
- THREEMA=https://threema.ch/en/
- STREAMLABS=https://streamlabs.com/
- PRIVATEBIN=https://privatebin.net/
- OG_SITE_NAME=Techno Tim Live (OG)
- OG_TITLE=Techno Tim (OG)
- OG_DESCRIPTION=Techno Tim Link page (OG)
- OG_URL=https://technotim.live/
- OG_IMAGE=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
- OG_IMAGE_WIDTH=400
- OG_IMAGE_HEIGHT=400
- TWITTER_CARD=summary_large_image
- TWITTER_IMAGE=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
- TWITTER_SITE=@TechnoTimLive
- TWITTER_CREATOR=@TechnoTimLive
2021-08-10 04:58:26 +02:00
ports:
- 8080:3000
restart: unless-stopped
security_opt:
- no-new-privileges:true