Skip to content

WikiWorks/docker-esip.wikiteq.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESIP: Docker Compose stack repo

A note about data locations

Bind mounts

Used to just binding a certain directory or file from the host inside the container. We use:

  • ./_initdb directory is used to pass the database dump for stack initialization

Named volumes

Data that must be persistent across container life cycles are stored in docker volumes:

  • db_data (MySQL databases and working directories, attached to db service)
  • elasticsearch_data (Elasticsearch nodes, attached to elasticsearch service)
  • web_data (Miscellaneous MediaWiki files and directories that must be persistent by design, attached to the corresponding web service )
  • images (MediaWiki upload directory, attached to web service and used in restic service (read-only))
  • restic_data (Backup data exchange, attached to restic service)
  • varnish_data (Cache data of varnish proxy service)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors