Skip to content

Add Sentry image #1

@tony-sol

Description

@tony-sol

Add Sentry image into docker-compose.yml for sentry profile

Rough solution is:

docker-compose.yml
40d39
>             - sentry
54d52
>             - sentry
65,79d62
>     sentry:
>         profiles:
>             - sentry
>         depends_on:
>             - postgres
>             - redis
>         image: getsentry/sentry:latest
>         env_file: .env
>         ports:
>             - ${SENTRY_PORT}:8200
>         volumes:
>             - ${DOCKER_CACHE_PATH}/sentry:/var/lib/sentry/files
>         networks:
>             - backend
>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions