LookingGlass/docker-compose.dev.yml
Renovate aa3be92a26
chore(deps): pin dependencies (#7)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| mcr.microsoft.com/devcontainers/dotnet |  | pinDigest |  -> `f84f5dc` |
| [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | pinDigest |  -> `587c1dd` |
| [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | pinDigest |  -> `b27b135` |
| postgres |  | pinDigest |  -> `d1168ad` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: https://www.coastalcommits.com/cswimr/myhm-commission/pulls/7
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-01-29 12:43:06 -05:00

25 lines
842 B
YAML

services:
myhm-commission-dev:
container_name: myhm-commission-dev
image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm@sha256:f84f5dc61134aacd099c03f58663994da48047a6f43b9d5ba446a5b5ad2074aa
environment:
CONFIGURATION__AUTHTOKEN: "hi"
CONFIGURATION__DATABASECONNECTIONSTRING: "postgres://myhm-commission:myhm-commission@postgres:5432/myhm-commission"
ASPNETCORE_URLS: "http://0.0.0.0:8000"
LOGGING__LOGLEVEL_DEFAULT: "Trace"
CONFIGURATION__USESENTRY: false
CONFIGURATION__USESWAGGER: true
CONFIGURATION__LOGREQUESTS: true
volumes:
- ..:/workspaces:cached
command: sleep infinity
network_mode: service:database
database:
container_name: myhm-commission-db
extends:
service: database
file: ./docker-compose.yml
volumes:
postgres-data: