sha256:743c8894f402eadbd06c9c1c45ea6024af2d8b2847a722b60a09a61aa9a499ae
Last pushed
5 months by sergiocoimbra
Type
Compose
Manifest digest
sha256:743c8894f402eadbd06c9c1c45ea6024af2d8b2847a722b60a09a61aa9a499ae
services:
eventmanager:
image: ${APP_IMAGE:-eventmanagerapp}
container_name: eventmanagerapp
restart: unless-stopped
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 compose -f oci://sergiocoimbra/eventmanagerapp-compose:1.0.1 upUse the above command to pull and run the Compose file. Learn more.