update README & gitignore

This commit is contained in:
ALinuxNinja 2017-05-10 19:03:06 -04:00
parent 8a552476d4
commit 4beaeb8536
3 changed files with 8 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
data/postal/* data/*
data/mysql/*

View File

@ -2,9 +2,11 @@
### Docker Hub Daily Builds Status ### Docker Hub Daily Builds Status
| tag | Status | | tag | Status |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| latest | [![Daily Build](https://api.travis-ci.org/ALinuxNinja/docker-postal.svg?branch=latest)](https://hub.docker.com/r/alinuxninja/postal/) | | latest | [![Daily Build](https://api.travis-ci.org/ALinuxNinja/docker-postal.svg?branch=latest)](https://hub.docker.com/r/alinuxninja/postal/) | [\[Build\]](https://travis-ci.org/ALinuxNinja/docker-postal) |
Side Note: Sometimes, ruby fails to fetch and the build looks like it's failed. Also, each branch corresponds to the docker tag, so the "master" branch always shows that it has failed.
### Instructions ### Instructions
Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ. Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ.

View File

@ -6,8 +6,8 @@ services:
container_name: postal container_name: postal
command: run command: run
ports: ports:
- 127.0.0.1:80:5000 - 127.0.0.1:80:80
- 127.0.0.1:25:2525 - 127.0.0.1:25:25
depends_on: depends_on:
- "mysql" - "mysql"
- "rabbitmq" - "rabbitmq"