Sign inSign up

sergiocoimbra/eventmanagerapp-compose:1.0.3

Manifest digest

sha256:59ad49312809e72f0d535a17089279eb453bf494c1befe26af0950282574c67b

Last pushed

4 months by sergiocoimbra

Type

Compose

Manifest digest

sha256:59ad49312809e72f0d535a17089279eb453bf494c1befe26af0950282574c67b

Compose file content

services:
  eventmanager:
    image: ${APP_IMAGE:-eventmanagerapp}
    container_name: eventmanagerapp
    restart: unless-stopped
    init: true
    stop_grace_period: 30s
    ports:
      - "443:8090"
    volumes:
      - /opt/eventmanager/certs:/opt/eventmanager/certs:ro
    environment:
      SPRING_PROFILES_ACTIVE: aws
      RDS_ENDPOINT: ${RDS_ENDPOINT}
      RDS_USERNAME: ${RDS_USERNAME}
      RDS_PASSWORD: ${RDS_PASSWORD}
      S3_BUCKET_NAME: ${S3_BUCKET_NAME}
      AWS_REGION: ${AWS_REGION}
      SSL_KEYSTORE_PATH: ${SSL_KEYSTORE_PATH:-/opt/eventmanager/certs/eventmanager.p12}
      SSL_KEYSTORE_PASSWORD: ${SSL_KEYSTORE_PASSWORD}
      SSL_KEY_ALIAS: ${SSL_KEY_ALIAS:-tomcat}

Docker commands

docker compose -f oci://sergiocoimbra/eventmanagerapp-compose:1.0.3 up

Use the above command to pull and run the Compose file. Learn more.

Images used

No images found
No images were found in the Compose file.