Sign inSign up

sergiocoimbra/eventmanagerapp-compose:1.0.0

Manifest digest

sha256:e99557770769ed744cab5acd35bcb48890c3df184d98f21b1261aa2842598931

Last pushed

5 months by sergiocoimbra

Type

Compose

Manifest digest

sha256:e99557770769ed744cab5acd35bcb48890c3df184d98f21b1261aa2842598931

Compose file content

services:
  eventmanager:
    image: ${APP_IMAGE:-eventmanagerapp}
    container_name: eventmanagerapp
    restart: unless-stopped
    ports:
      - "8090:8090"
    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}

Docker commands

docker compose -f oci://sergiocoimbra/eventmanagerapp-compose:1.0.0 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.