version: '3.7' services: isard-sso-admin: container_name: isard-sso-admin build: context: ${BUILD_ROOT_PATH} dockerfile: admin/docker/Dockerfile target: production args: ## DEVELOPMENT SSH_ROOT_PWD: ${IPA_ADMIN_PWD} SSH_PORT: 2022 networks: - isard_net ports: - "2022:22" - "9000:9000" restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - ${BUILD_ROOT_PATH}/admin/src:/admin # Revome in production - ${BUILD_ROOT_PATH}/custom:/admin/custom #:ro in production - ${DATA_FOLDER}/avatars:/admin/avatars:ro - ${DATA_FOLDER}/moodle/saml2:/admin/moodledata/saml2:rw env_file: - .env environment: - VERIFY="false" # In development do not verify certificates command: sleep infinity