Skip to content

Collection of Docker Compose Yaml files, used to host applications provided by DIT Computer Society.

Notifications You must be signed in to change notification settings

netsocDIT/DockerConfigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comp Soc Docker-Compose Configs

These are the Docker-Configs used to power most of TU Dublin Computer Societys Services. Most of the services are deployed on Docker Swarm and replicated across the nodes automatically.

All storage is within the /docker folder at the root of the filesystem. For Wordpress installations a custom uploads.php is required to remove the file size restriction for uploads.

Within the service folder:

$ docker-compose up -d

Or

$ docker stack deploy -c docker-compose.yml test

To Take Down Services:

$ docker-compose down

Or

$ docker stack rm test

About

Collection of Docker Compose Yaml files, used to host applications provided by DIT Computer Society.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published