Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-24 21:51:09 +00:00
parent c002264f17
commit e170c72e11
26 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/homarr-labs/homarr:v1.59.2
image: ghcr.io/homarr-labs/homarr:v1.59.3
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -13,7 +13,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- NO_PROXY=${NO_PROXY}
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:1.6.1
image: outlinewiki/outline:1.7.0
labels:
createdBy: Apps
networks:
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/homarr-labs/homarr:v1.59.2
image: ghcr.io/homarr-labs/homarr:v1.59.3
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -13,7 +13,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- NO_PROXY=${NO_PROXY}
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:1.6.1
image: outlinewiki/outline:1.7.0
labels:
createdBy: Apps
networks: