Updated README.md

This commit is contained in:
Giancarlo Panichi 2023-11-14 12:25:08 +01:00
parent 8ad2102b27
commit 58630df737
1 changed files with 2 additions and 4 deletions

View File

@ -11,10 +11,8 @@ The most important variables are listed below:
``` yaml
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_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_attachments_node: 'localhost'
epas_attachments_volume: 'epas_attachments_data'