sha256:e99557770769ed744cab5acd35bcb48890c3df184d98f21b1261aa2842598931
Last pushed
5 months by sergiocoimbra
Type
Compose
Manifest digest
sha256:e99557770769ed744cab5acd35bcb48890c3df184d98f21b1261aa2842598931
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 compose -f oci://sergiocoimbra/eventmanagerapp-compose:1.0.0 upUse the above command to pull and run the Compose file. Learn more.