Docker compose and container stuff

This commit is contained in:
Eduardo Silva 2024-04-04 15:11:13 -03:00
parent 7332bca96e
commit 563ee7408e
12 changed files with 187 additions and 2 deletions

View file

@ -141,3 +141,5 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
MEDIA_ROOT = '/var/lib/routerfleet/'
ROUTERFLEET_VERSION = 7002
from routerfleet.production_settings import *