# Copyright (c) 2026 Thales Group # This file is distributed under MIT license version: "3.3" services: application-gateway: image: "artifactory.thalesdigital.io/docker-public/application-gateway:latest" container_name: application-gateway ports: - "443:9443" - "8443:8443" #- "7443:7443" environment: # Mandatory: Provide the credentials before running ADMIN_CONSOLE_USER: ADMIN_CONSOLE_PASSWORD: ENABLE_SSL: "true" logging: driver: "json-file" options: max-file: "5" max-size: "50m" restart: always #volumes: #- :/usr/local/thales/safeNetApplicationGateway/src/customPlugins #- /efs:/usr/local/thales/safeNetApplicationGateway/localstorage