LookingGlass/docker-compose.dev.yml
Renovate b835f03dfd
chore(deps): update mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm docker digest to fdb7137 (#25)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mcr.microsoft.com/devcontainers/dotnet | digest | `f84f5dc` -> `fdb7137` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19-->

Reviewed-on: #25
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-03-28 11:28:22 -04:00

24 lines
795 B
YAML

services:
looking-glass-dev:
container_name: looking-glass-dev
image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm@sha256:fdb71370c88e3be3c51a8401143c454634fa55fd3c1e0be0c598d642480dd01f
environment:
CONFIGURATION__AUTHTOKEN: "hi"
CONFIGURATION__DATABASECONNECTIONSTRING: "postgres://looking-glass:looking-glass@postgres:5432/looking-glass"
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
database:
container_name: looking-glass-db
extends:
service: database
file: ./docker-compose.yml
volumes:
postgres-data: