Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Oct 13, 2023
1 parent 07afa6b commit 9f4a142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ volumes:
pg_data:
services:
postgres:
profiles: ['web-deps']
image: postgres:latest
environment:
POSTGRES_USER: postgres
Expand All @@ -13,13 +14,15 @@ services:
volumes:
- pg_data:/var/lib/postgresql/data
grafana:
profiles: ['web-deps']
image: grafana/grafana:latest
environment:
GF_SECURITY_ALLOW_EMBEDDING: "true"
GF_AUTH_ANONYMOUS_ENABLED: "true"
ports:
- 3000:3000
rabbitmq:
profiles: ['web-deps', 'agents']
image: rabbitmq:3.10.5-management-alpine
ports:
- 5673:5672
Expand All @@ -28,6 +31,7 @@ services:
RABBITMQ_DEFAULT_USER: trento
RABBITMQ_DEFAULT_PASS: trento
wanda:
profiles: ['web-deps']
image: ghcr.io/trento-project/trento-wanda:rolling
environment:
DATABASE_URL: ecto://postgres:postgres@postgres/postgres
Expand Down

0 comments on commit 9f4a142

Please sign in to comment.