Reworked to use Pure.css and Catppuccin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user