Changed docker-compose to use the images from dockerhub.

This commit is contained in:
Eduardo Silva 2024-04-08 13:03:40 -03:00
parent cd97a65260
commit 2a3b99abe8
6 changed files with 66 additions and 19 deletions

View file

@ -129,6 +129,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
WIREGUARD_WEBADMIN_VERSION = 9605
WIREGUARD_WEBADMIN_VERSION = 9606
from wireguard_webadmin.production_settings import *