remove hostname setting
This commit is contained in:
parent
d60a4538cf
commit
2e4e66766e
|
@ -11,7 +11,6 @@ services:
|
||||||
- ./data/postal:/opt/postal/config
|
- ./data/postal:/opt/postal/config
|
||||||
- ./data/docker:/docker
|
- ./data/docker:/docker
|
||||||
environment:
|
environment:
|
||||||
- POSTAL_HOSTNAME=idontknow.nowhere.com
|
|
||||||
- MYSQL_ROOT_PASSWORD=changeme
|
- MYSQL_ROOT_PASSWORD=changeme
|
||||||
- MYSQL_DATABASE=postal
|
- MYSQL_DATABASE=postal
|
||||||
- RABBITMQ_DEFAULT_USER=postal
|
- RABBITMQ_DEFAULT_USER=postal
|
||||||
|
|
|
@ -10,9 +10,6 @@ if [[ $(cat /opt/postal/config/postal.yml| grep -i web_server |wc -l) == 0 ]]; t
|
||||||
cat /docker/webserver_bind.yml >> /opt/postal/config/postal.yml
|
cat /docker/webserver_bind.yml >> /opt/postal/config/postal.yml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Set Hostname
|
|
||||||
sed -i "s/postal\.example\.com/$POSTAL_HOSTNAME/" /opt/postal/config/postal.yml
|
|
||||||
|
|
||||||
## Set MySQL/RabbitMQ usernames/passwords
|
## Set MySQL/RabbitMQ usernames/passwords
|
||||||
### MySQL Main DB
|
### MySQL Main DB
|
||||||
sed -i -e '/main_db:/!b' -e ':a' -e "s/host.*/host: mysql/;t trail" -e 'n;ba' -e ':trail' -e 'n;btrail' /opt/postal/config/postal.yml
|
sed -i -e '/main_db:/!b' -e ':a' -e "s/host.*/host: mysql/;t trail" -e 'n;ba' -e ':trail' -e 'n;btrail' /opt/postal/config/postal.yml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user