dockerfile

This commit is contained in:
ryan
2026-01-01 22:01:13 -05:00
parent 6eb3775e0f
commit 52153cdf1e

View File

@@ -3,6 +3,8 @@ version: "3.8"
services:
postgres:
image: postgres:16-alpine
ports:
- "5432:5432"
environment:
- POSTGRES_USER=${POSTGRES_USER:-raggr}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-changeme}
@@ -21,7 +23,8 @@ services:
context: ./services/raggr
dockerfile: Dockerfile
image: torrtle/simbarag:latest
network_mode: host
ports:
- "8080:8080"
environment:
- PAPERLESS_TOKEN=${PAPERLESS_TOKEN}
- BASE_URL=${BASE_URL}