Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozta/django-on-docker
Dockerizing Django with Postgres
https://github.com/mozta/django-on-docker
Last synced: 19 days ago
JSON representation
Dockerizing Django with Postgres
- Host: GitHub
- URL: https://github.com/mozta/django-on-docker
- Owner: Mozta
- License: gpl-3.0
- Created: 2020-05-05T22:01:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:58:44.000Z (over 3 years ago)
- Last Synced: 2024-11-12T03:32:04.567Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-on-docker
Dockerizing Django with Postgres### Build the image:
Build the image:
>$ docker-compose buildOnce the image is built, run the container:
>$ docker-compose up -d
Navigate to [http://localhost:8000/](http://localhost:8000/) to again view the welcome screen.
> Check for errors in the logs if this doesn't work via `docker-compose logs -f`.