Compare commits
No commits in common. "763183d2ed21af64ed8494a870d286a916a4d2b0" and "42654be4a86741822dc89ca29fcb212b1da670f1" have entirely different histories.
763183d2ed
...
42654be4a8
2 changed files with 4 additions and 22 deletions
|
@ -1,21 +1,14 @@
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: docker.io/actualbudget/actual-server:25.6.1@sha256:cb23c488bb517550dea10f42ae9a69c2e746fc2736b068e8c4cc2a224641222f
|
image: docker.io/actualbudget/actual-server:25.2.1@sha256:3abc61d5f674a1043a93e448930142ce955b5e3938ee93e01f013c7d7d6f27d7
|
||||||
|
ports:
|
||||||
|
- '5006:5006'
|
||||||
environment:
|
environment:
|
||||||
- ACTUAL_LOGIN_METHOD=openid
|
- ACTUAL_LOGIN_METHOD=openid
|
||||||
- ACTUAL_OPENID_DISCOVERY_URL=${DC_ACTUAL_OPENID_DISCOVERY_URL:?}
|
- ACTUAL_OPENID_DISCOVERY_URL=${DC_ACTUAL_OPENID_DISCOVERY_URL:?}
|
||||||
- ACTUAL_OPENID_CLIENT_ID=${DC_ACTUAL_OPENID_CLIENT_ID:?}
|
- ACTUAL_OPENID_CLIENT_ID=${DC_ACTUAL_OPENID_CLIENT_ID:?}
|
||||||
- ACTUAL_OPENID_CLIENT_SECRET=${DC_ACTUAL_OPENID_CLIENT_SECRET:?}
|
- ACTUAL_OPENID_CLIENT_SECRET=${DC_ACTUAL_OPENID_CLIENT_SECRET:?}
|
||||||
- ACTUAL_OPENID_SERVER_HOSTNAME=https://${DC_ACTUAL_HOSTNAME:?}
|
- ACTUAL_OPENID_SERVER_HOSTNAME=https://${DC_ACTUAL_HOSTNAME:?}/
|
||||||
- ACTUAL_OPENID_ENFORCE=true
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.actual.rule=Host(`${DC_ACTUAL_HOSTNAME:?}`)"
|
|
||||||
- "traefik.http.routers.actual.entrypoints=websecure"
|
|
||||||
- "traefik.http.services.actual.loadbalancer.server.port=${DC_ACTUAL_PORT:?}"
|
|
||||||
networks:
|
|
||||||
- traefik
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- data:/data
|
- data:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -29,7 +22,3 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
|
||||||
networks:
|
|
||||||
traefik:
|
|
||||||
external: true
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"local>renovate/renovate"
|
|
||||||
],
|
|
||||||
"ignoreTests": true
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue