Compare commits

...

3 Commits

3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ networks:
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:release image: ghcr.io/immich-app/immich-server:v1.138.1
volumes: volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data

View File

@@ -19,7 +19,7 @@ services:
- prometheus - prometheus
- grafana - grafana
- caddy - caddy
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB" command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB"
volumes: volumes:
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro - ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
- prometheus-data:/prometheus - prometheus-data:/prometheus

View File

@@ -11,6 +11,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./data/app:/app/data - ./data/app:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks: networks:
- caddy - caddy
labels: labels: