Skip to content
Snippets Groups Projects
Commit 0071b848 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Updated populate script to enable https for new Meta Desktop containers.

parent 4d625e30
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ class Command(BaseCommand):
type = 'docker',
registry = 'docker_hub',
ports = '8590',
protocol = 'https',
supports_dynamic_ports = True,
supports_user_auth = False,
supports_pass_auth = True)
......@@ -64,6 +65,7 @@ class Command(BaseCommand):
image = 'sarusso/basicmetadesktop',
type = 'docker',
registry = 'docker_hub',
protocol = 'https',
ports = '8590',
supports_dynamic_ports = True,
supports_user_auth = False,
......@@ -76,6 +78,7 @@ class Command(BaseCommand):
image = 'sarusso/devmetadesktop',
type = 'docker',
registry = 'docker_hub',
protocol = 'https',
ports = '8590',
supports_dynamic_ports = True,
supports_user_auth = False,
......@@ -88,6 +91,7 @@ class Command(BaseCommand):
image = 'sarusso/minimalmetadesktop',
type = 'singularity',
registry = 'docker_hub',
protocol = 'https',
ports = '8590',
supports_dynamic_ports = True,
supports_user_auth = False,
......@@ -100,6 +104,7 @@ class Command(BaseCommand):
image = 'sarusso/basicmetadesktop',
type = 'singularity',
registry = 'docker_hub',
protocol = 'https',
ports = '8590',
supports_dynamic_ports = True,
supports_user_auth = False,
......@@ -112,6 +117,7 @@ class Command(BaseCommand):
image = 'sarusso/devmetadesktop',
type = 'singularity',
registry = 'docker_hub',
protocol = 'https',
ports = '8590',
supports_dynamic_ports = True,
supports_user_auth = False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment