Skip to content

Instantly share code, notes, and snippets.

View jcaceres85's full-sized avatar

Jose Caceres jcaceres85

  • Universidad Nacional Autónoma de Honduras
  • Honduras
  • X @j_caceresc
View GitHub Profile
version: '3.4'
services:
django:
build: .
# Loading the app is defined here to allow for
# autoreload on changes it is mounted on top of the
# old copy that docker added when creating the image
volumes:
- '.:/usr/src/app'
@jcaceres85
jcaceres85 / gist:1a77eb83c2193ab2a66189c4fe429755
Created September 2, 2021 21:41
docker-compose.override.localhost.yml
version: '3.4'
services:
django:
build: .
# Loading the app is defined here to allow for
# autoreload on changes it is mounted on top of the
# old copy that docker added when creating the image
volumes:
- '.:/usr/src/app'