https://github.com/kfields/traveller-compose
Docker Compose for Traveller
https://github.com/kfields/traveller-compose
Last synced: about 1 month ago
JSON representation
Docker Compose for Traveller
- Host: GitHub
- URL: https://github.com/kfields/traveller-compose
- Owner: kfields
- License: mit
- Created: 2021-10-05T21:49:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T05:19:10.000Z (over 4 years ago)
- Last Synced: 2025-12-28T18:47:39.345Z (5 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Traveller Compose
## Quick Start
Install Docker Compose and Docker on your machine if you haven't already: [Install Docker Compose](https://docs.docker.com/compose/install/)
Clone and cd into the traveller-compose folder
```bash
git clone https://github.com/kfields/traveller-compose
cd traveller-compose
```
Clone your fork into the web/traveller folder
```bash
git clone https://github.com/my-github-account/traveller web/traveller
```
:rocket: Blastoff!
```bash
docker-compose up
```
## Services
### Traveller
For more information about Traveller visit https://github.com/FlaskCon/traveller
:eye: http://localhost:5000/
### MySQL
https://hub.docker.com/_/mysql
### Adminer
https://hub.docker.com/_/adminer
:eye: http://localhost:8080/
Username: traveller
Password: traveller
Database: traveller_dev
### Maildev
https://hub.docker.com/r/maildev/maildev
:eye: http://localhost:1080/