update README & gitignore
This commit is contained in:
parent
8a552476d4
commit
4beaeb8536
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
data/postal/*
|
||||
data/mysql/*
|
||||
data/*
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
|
||||
### Docker Hub Daily Builds Status
|
||||
|
||||
| tag | Status |
|
||||
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| latest | [![Daily Build](https://api.travis-ci.org/ALinuxNinja/docker-postal.svg?branch=latest)](https://hub.docker.com/r/alinuxninja/postal/) |
|
||||
| tag | Status |
|
||||
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| 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
|
||||
Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ.
|
||||
|
|
|
@ -6,8 +6,8 @@ services:
|
|||
container_name: postal
|
||||
command: run
|
||||
ports:
|
||||
- 127.0.0.1:80:5000
|
||||
- 127.0.0.1:25:2525
|
||||
- 127.0.0.1:80:80
|
||||
- 127.0.0.1:25:25
|
||||
depends_on:
|
||||
- "mysql"
|
||||
- "rabbitmq"
|
||||
|
|
Loading…
Reference in New Issue
Block a user