remove autoupdate profile

This commit is contained in:
Peter Smit
2025-01-17 15:23:18 +01:00
parent 3a47732d80
commit 52e6741c8b
8 changed files with 1 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ services:
gitea:
container_name: gitea
image: gitea/gitea:1.23.1-rootless
profiles: [autoupdate]
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
@@ -16,7 +15,6 @@ services:
- "2222:2222"
gitea-runner:
image: gitea/act_runner:0.2.11
profiles: [autoupdate]
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${GITEA_INSTANCE_URL}"

View File

@@ -2,7 +2,6 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.124.2
profiles: [autoupdate]
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
@@ -26,7 +25,6 @@ services:
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
profiles: [autoupdate]
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
@@ -41,7 +39,6 @@ services:
redis:
container_name: immich_redis
image: docker.io/redis:7.4-alpine@sha256:1bf97f21f01b0e7bd4b7b34a26d3b9d8086e41e70c10f262e8a9e0b49b5116a0
profiles: [autoupdate]
healthcheck:
test: redis-cli ping || exit 1
restart: always
@@ -49,7 +46,6 @@ services:
database:
container_name: immich_postgres
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
profiles: [autoupdate]
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}

View File

@@ -1,7 +1,6 @@
services:
jellyfin:
image: jellyfin/jellyfin:10.10.3
profiles: [autoupdate]
user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID}
network_mode: 'host'
restart: 'unless-stopped'

View File

@@ -1,14 +1,12 @@
services:
broker:
image: docker.io/library/redis:7
profiles: [autoupdate]
restart: unless-stopped
volumes:
- ${PAPERLESS_REDIS_DATA_DIR}:/data
db:
image: docker.io/library/postgres:17
profiles: [autoupdate]
restart: unless-stopped
volumes:
- ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
@@ -19,7 +17,6 @@ services:
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.3
profiles: [autoupdate]
restart: unless-stopped
depends_on:
- db
@@ -51,7 +48,6 @@ services:
gotenberg:
image: docker.io/gotenberg/gotenberg:8.15.3
profiles: [autoupdate]
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
@@ -63,5 +59,4 @@ services:
tika:
image: docker.io/apache/tika:3.0.0.0
profiles: [autoupdate]
restart: unless-stopped

View File

@@ -1,7 +1,6 @@
services:
pingvin:
image: stonith404/pingvin-share:v1.8.1
profiles: [autoupdate]
restart: unless-stopped
ports:
- 3042:3000

View File

@@ -1,7 +1,6 @@
services:
pocket-id:
image: stonith404/pocket-id:v0.24.1
profiles: [autoupdate]
restart: unless-stopped
env_file: .env
ports:

View File

@@ -71,7 +71,7 @@ error_log('Pulling latest changes');
exec('git pull');
error_log('Building and starting containers');
exec('docker compose --profile autoupdate up -d --build --quiet-pull');
exec('docker compose up -d --build --quiet-pull');
// send return code and text message
http_response_code(200);

View File

@@ -2,7 +2,6 @@ services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:1.32.7
profiles: [autoupdate]
restart: always
volumes:
- ${VAULTWARDEN_DATA_LOCATION}:/data/