Skip to content

dev4pgh/django-docker-caddy

Repository files navigation

Django Docker Caddy starter

Environment Variables

To run the project, follow these steps:

  1. Copy .env.example to .env:
cp .env.example .env
  1. Edit .env to fill in your specific details, such as SECRET_KEY, ALLOWED_HOSTS, and database credentials.

  2. Build and start the Docker containers:

docker compose up -d --build
  1. Access the application at https://localhost.

About

Get up and running with Django, PostgreSQL and Caddy using Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published