Updated docker repository of ePAS

This commit is contained in:
Giancarlo Panichi 2023-11-14 11:45:56 +01:00
parent e170cbfefb
commit 8ad2102b27
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ epas_docker_stack_name: 'epas_prod'
epas_docker_service_server_name: 'epas'
#epas_docker_registry: 'docker-registry.services.iit.cnr.it'
#epas_docker_server_image: '{{ epas_docker_registry }}/epas/epas:stable'
epas_docker_registry: 'ghcr.io'
epas_docker_server_image: '{{ epas_docker_registry }}/consiglionazionaledellericerche/epas:stable'
#epas_docker_registry_user: 'epas.user'
#epas_docker_registry_pwd: 'use a vault file'
epas_docker_registry: 'ghcr.io'
epas_docker_server_image: '{{ epas_docker_registry }}/consiglionazionaledellericerche/epas:stable'
epas_docker_network: 'epas_net'
epas_docker_attachments_node: 'localhost'
epas_attachments_volume: 'epas_attachments_data'