Skip to content

napalmz/httpd-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpd-base

A simple Apache httpd implementation for fast website deployment.

Docker Image CI

Usage example:

services:
  httpd-server:
    image: napalmzrpi/httpd-base:latest
    container_name: httpd-server
    environment:
      - TZ=Europe/Rome
      - LOGROTATE_INTERVAL=daily #Optional
      - LOGROTATE_SIZE=100M      #Optional
      - LOGROTATE_ROTATE=7       #Optional
      - LOGROTATE_COMPRESS=1     #Optional
    volumes:
      - /your/dir/www/source:/var/www/site
      - /your/dir/www/log:/var/log/apache2
    ports:
      - 80:80
    restart: unless-stopped

About

A simple Apache httpd implementation for fast website deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors