Compare commits

...

3 Commits

3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ networks:
services:
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:
# 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

View File

@@ -19,7 +19,7 @@ services:
- prometheus
- grafana
- 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:
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
- prometheus-data:/prometheus

View File

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