2021-08-10 04:58:26 +02:00
|
|
|
---
|
|
|
|
# this is used for local development and testing
|
2021-08-31 21:33:58 +02:00
|
|
|
version: "3.0"
|
2021-08-10 04:58:26 +02:00
|
|
|
services:
|
|
|
|
little-link:
|
|
|
|
build:
|
|
|
|
context: ./
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
environment:
|
|
|
|
- META_TITLE=Techno Tim
|
|
|
|
- META_DESCRIPTION=Techno Tim Link page
|
|
|
|
- META_AUTHOR=Techno Tim
|
|
|
|
- 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/
|
|
|
|
- DISCORD=https://discord.gg/DJKexrJ
|
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://souncloud.com
|
|
|
|
- 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/
|
2021-08-31 21:33:58 +02:00
|
|
|
- STRAVA=https://strava.com/
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
ports:
|
|
|
|
- 8080:3000
|
|
|
|
restart: unless-stopped
|
|
|
|
security_opt:
|
2021-08-31 21:33:58 +02:00
|
|
|
- no-new-privileges:true
|