# image: provenanceio/explorer-database:latest
# container_name: explorer-postgres
# - POSTGRES_USER=postgres
# - POSTGRES_PASSWORD=password1
# image: provenanceio/explorer-service:latest
# container_name: explorer-service
# - SPRING_PROFILES_ACTIVE=container
# - SPRING_DATASOURCE_URL=jdbc:postgresql://explorer-postgres:5432/explorer
# - DB_CONNECTION_POOL_SIZE=40
# - SPOTLIGHT_TTL_MS=5000
# - INITIAL_HIST_DAY_COUNT=14
# - EXPLORER_MAINNET=false
# # Hits the locally running node
# - EXPLORER_PB_URL=http://host.docker.internal:9090
image: provenanceio/explorer-frontend-generic:latest
container_name: explorer-frontend