Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinidlerz/strider-docker-compose
A docker-compose config to quick startup strider
https://github.com/justinidlerz/strider-docker-compose
Last synced: 30 days ago
JSON representation
A docker-compose config to quick startup strider
- Host: GitHub
- URL: https://github.com/justinidlerz/strider-docker-compose
- Owner: Justinidlerz
- License: mit
- Created: 2018-06-30T11:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T07:09:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T13:27:11.552Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strider-docker-compose
A docker-compose config to quick startup [strider](https://github.com/Strider-CD/strider)
## Usage
Clone project: `git clone https://github.com/Justinidlerz/strider-docker-compose.git strider`
Set permission: `cd strider && chmod -R 777 .`
First time to start: `docker-compose up install` or with `-d`
Start server: `docker-compose up web` or with `-d`
### Default strider administrator account:
**Email:** [email protected]
**Password:** 123456You can change `docker-compose.yml` file config to update:
```yml
TRIDER_ADMIN_PASSWORD=123456
[email protected]
```