Reworked to use Pure.css and Catppuccin

This commit is contained in:
2026-04-09 14:21:01 -04:00
parent 09487d9a1f
commit 0fbcb20a48
22 changed files with 922 additions and 2519 deletions

View File

@@ -1,35 +1,8 @@
services:
mailsync:
image: python:3
volumes:
- ./:/data
- ./mailsync.py:/usr/src/mailsync.py
command: python /usr/src/mailsync.py
environment:
- "USERNAME=changeme"
- "PASSWORD=changeme"
- "IMAP_SERVER=imap.example.com"
- "SAVE_DIR=/data/htdocs"
www:
image: ericomeehan/gitweb:latest
build:
dockerfile: gitweb.Dockerfile
depends_on:
- mailsync
image: httpd
volumes:
- ./htdocs:/usr/local/apache2/htdocs/
- ./conf/httpd.conf:/usr/local/apache2/conf/httpd.conf
- ./conf/httpd-gitweb.conf:/usr/local/apache2/conf/extra/httpd-gitweb.conf
- ./conf/gitweb.conf:/etc/gitweb.conf
ports:
- 8080:80
- 9117:9117
gitserver:
image: ericomeeha/gitserver:latest
build:
dockerfile: gitserver.Dockerfile
volumes:
- ./htdocs:/home/git/data
- ./authorized_keys:/auth/authorized_keys
ports:
- 2222:22