https://github.com/dauliac/myserver
My own docker-compose: Traeefik/nextcloud/wordpress infrastructure
https://github.com/dauliac/myserver
docker docker-compose linux nextcloud traefik wordpress
Last synced: about 1 month ago
JSON representation
My own docker-compose: Traeefik/nextcloud/wordpress infrastructure
- Host: GitHub
- URL: https://github.com/dauliac/myserver
- Owner: Dauliac
- Created: 2018-09-15T11:43:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T09:04:51.000Z (over 6 years ago)
- Last Synced: 2025-01-29T04:36:17.547Z (3 months ago)
- Topics: docker, docker-compose, linux, nextcloud, traefik, wordpress
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyServer
My own docker-compose: Traeefik/nextcloud/wordpress infrastructure## Getting started
### Install
- Install `docker`
- Install `docker-compose`
- Install `apache-utils`
- git clone### Config
Copy file from exemple and fill them:
- Add SQL user and passwords in `src/mysql/default.sql`
- Add SQL user and passwords in `.env`
- Fill .env
- Update traefik api password with:
```
htpasswd -bc ./src/traefik/htpasswd USER PASSWORD
```### Start
Start docker-compose.yml:
```
docker-compose up
```Start wordpress-compose.yml:
```
docker-compose up -f wordpress-compose.yml
```