mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-24 16:23:16 +01:00
added docker files
This commit is contained in:
parent
d2b80fd1eb
commit
2f28ed3063
BIN
docker/data/Hack.ttf
Normal file
BIN
docker/data/Hack.ttf
Normal file
Binary file not shown.
15
docker/docker-compose.yaml
Normal file
15
docker/docker-compose.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
|
||||||
|
StartTree:
|
||||||
|
image: nginx
|
||||||
|
volumes:
|
||||||
|
- $HOME/.cache/wal/colors.css:/usr/share/nginx/html/colors.css # This needs to be changed depending on theme
|
||||||
|
- ./data/index.html:/usr/share/nginx/html/index.html
|
||||||
|
- ./data/style.css:/usr/share/nginx/html/style.css
|
||||||
|
- ./data/Hack.ttf:/usr/share/nginx/html/Hack.ttf
|
||||||
|
ports:
|
||||||
|
- "9876:80"
|
||||||
|
environment:
|
||||||
|
- NGINX_PORT=80
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user