update README & gitignore
This commit is contained in:
parent
8a552476d4
commit
4beaeb8536
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
data/postal/*
|
data/*
|
||||||
data/mysql/*
|
|
||||||
|
|
|
@ -3,8 +3,10 @@
|
||||||
### 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.
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user