https://github.com/sangahco/docker-dev-machine
Docker Image for IT Team Development Machine
https://github.com/sangahco/docker-dev-machine
docker docker-compose httpd owncloud
Last synced: 8 months ago
JSON representation
Docker Image for IT Team Development Machine
- Host: GitHub
- URL: https://github.com/sangahco/docker-dev-machine
- Owner: sangahco
- Created: 2017-02-01T15:49:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T06:18:50.000Z (about 4 years ago)
- Last Synced: 2025-06-03T05:33:49.631Z (10 months ago)
- Topics: docker, docker-compose, httpd, owncloud
- Language: JavaScript
- Size: 565 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Services Included
**httpd** - Apache HTTP Server
**owncloud** - Owncloud Service
> IMPORTANT
>
> In order to restore the company owncloud environment with all the users and data, we need to replace the file `config.php`, inside the folder `owncloud`, with the company settings that you can find on Amazon AWS S3 at this link: https://s3.ap-northeast-2.amazonaws.com/sangah-b1/owncloud/config.php
>
> \* you need to login to access the file
**mysql** - MySql DB
**phpmyadmin** - MySql Admin Web UI
---
## Get It
$ git clone https://github.com/sangahco/docker-dev-machine.git
## Startup
$ docker-compose build --pull
$ docker-compose up -d
## Shutdown
$ docker-compose down
## Update
$ git pull
$ docker-compose build --pull