mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
# this is used for local development and testing
|
|
version: '3.0'
|
|
services:
|
|
little-link:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- META_TITLE=Techno Tim
|
|
- META_DESCRIPTION=Techno Tim Link page
|
|
- META_AUTHOR=Techno Tim
|
|
- THEME=Dark
|
|
- FAVICON_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
|
|
- AVATAR_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
|
|
- AVATAR_ALT=Techno Tim Profile Pic
|
|
- NAME=TechnoTim
|
|
- BIO=Hey! Just a place where you can connect with me!
|
|
- GITHUB=https://github.com/timothystewart6
|
|
- TWITTER=https://twitter.com/TechnoTimLive
|
|
- INSTAGRAM=https://www.instagram.com/techno.tim
|
|
- YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A/
|
|
- TWITCH=https://www.twitch.tv/technotim/
|
|
- DISCORD=https://discord.gg/DJKexrJ
|
|
- KIT=https://kit.co/TechnoTim
|
|
- FOOTER=Thanks for stopping by!
|
|
|
|
ports:
|
|
- 8080:3000
|
|
restart: unless-stopped
|
|
security_opt:
|
|
- no-new-privileges:true |