wip website
@ -3,7 +3,7 @@
|
|||||||
Stuff that's deployed on [matthewtran.com](matthewtran.com). Tested on Ubuntu Server 22.04.3 LTS. Currently running the following services.
|
Stuff that's deployed on [matthewtran.com](matthewtran.com). Tested on Ubuntu Server 22.04.3 LTS. Currently running the following services.
|
||||||
|
|
||||||
- website
|
- website
|
||||||
- gitlab
|
- gitea (`git.matthewtran.com`)
|
||||||
- monerod
|
- monerod
|
||||||
- p2pool (`xmrig -o matthewtran.com:3333`)
|
- p2pool (`xmrig -o matthewtran.com:3333`)
|
||||||
- minecraft
|
- minecraft
|
||||||
|
12
compose.yml
@ -1,12 +1,19 @@
|
|||||||
services:
|
services:
|
||||||
|
website:
|
||||||
|
restart: always
|
||||||
|
build: website/.
|
||||||
|
# entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||||
|
ports:
|
||||||
|
- "80:80"
|
||||||
|
- "443:443"
|
||||||
|
# volumes:
|
||||||
|
# - ./monerod/.bitmonero:/home/matt/.bitmonero
|
||||||
monerod:
|
monerod:
|
||||||
restart: always
|
restart: always
|
||||||
build: monerod/.
|
build: monerod/.
|
||||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||||
ports:
|
ports:
|
||||||
- "18080:18080"
|
- "18080:18080"
|
||||||
- "18081:18081"
|
|
||||||
- "18083:18083"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./monerod/.bitmonero:/home/matt/.bitmonero
|
- ./monerod/.bitmonero:/home/matt/.bitmonero
|
||||||
p2pool:
|
p2pool:
|
||||||
@ -19,6 +26,7 @@ services:
|
|||||||
- "37889:37889"
|
- "37889:37889"
|
||||||
volumes:
|
volumes:
|
||||||
- ./p2pool/cache:/home/matt/cache
|
- ./p2pool/cache:/home/matt/cache
|
||||||
|
- /dev/hugepages:/dev/hugepages
|
||||||
minecraft:
|
minecraft:
|
||||||
restart: always
|
restart: always
|
||||||
build: minecraft/.
|
build: minecraft/.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
FROM nginx
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
COPY nginx/matthewtran.com/html /usr/share/nginx/html
|
RUN apt-get update && apt-get upgrade
|
||||||
|
# RUN apt-get install -y wget
|
||||||
|
|
||||||
|
RUN useradd -m matt
|
||||||
|
USER matt
|
||||||
|
WORKDIR /home/matt
|
||||||
|
|
||||||
|
# TODO everything else
|
||||||
|
Before Width: | Height: | Size: 365 KiB After Width: | Height: | Size: 365 KiB |
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 381 KiB |
Before Width: | Height: | Size: 401 KiB After Width: | Height: | Size: 401 KiB |
Before Width: | Height: | Size: 526 KiB After Width: | Height: | Size: 526 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 553 KiB After Width: | Height: | Size: 553 KiB |
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 366 KiB After Width: | Height: | Size: 366 KiB |
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 303 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 480 KiB After Width: | Height: | Size: 480 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |