mirror of https://github.com/snachodog/mybuddy.git
Update Docker Hub repo (#112)
This commit is contained in:
parent
86f0c2f04b
commit
c16ba31aef
|
@ -87,8 +87,8 @@ containers: one for the database and one for the application.
|
||||||
|
|
||||||
The example `docker-compose.example.yml` file provided in this repository is
|
The example `docker-compose.example.yml` file provided in this repository is
|
||||||
intended for production deployments. Baby Buddy is deployed to Docker Hub as
|
intended for production deployments. Baby Buddy is deployed to Docker Hub as
|
||||||
[cdubzzz/babybuddy](https://hub.docker.com/r/cdubzzz/babybuddy) so this is the
|
[babybuddy/babybuddy](https://hub.docker.com/r/babybuddy/babybuddy) so this is
|
||||||
only file needed for a Docker deployment with Docker Compose.
|
the only file needed for a Docker deployment with Docker Compose.
|
||||||
|
|
||||||
1. Copy the contents of `docker-compose.example.yml` as `docker-compose.yml`
|
1. Copy the contents of `docker-compose.example.yml` as `docker-compose.yml`
|
||||||
and set, at least, the `ALLOWED_HOSTS` and `SECRET_KEY` variables under
|
and set, at least, the `ALLOWED_HOSTS` and `SECRET_KEY` variables under
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/db-data:rw
|
- db:/db-data:rw
|
||||||
app:
|
app:
|
||||||
image: cdubzzz/babybuddy
|
image: babybuddy/babybuddy
|
||||||
# See README.md#configuration for other environment configuration options.
|
# See README.md#configuration for other environment configuration options.
|
||||||
environment:
|
environment:
|
||||||
- ALLOWED_HOSTS=
|
- ALLOWED_HOSTS=
|
||||||
|
|
Loading…
Reference in New Issue