Compare commits

..

2 Commits

Author SHA1 Message Date
3f1bb163b8 Update ghcr.io/syncthing/syncthing Docker tag to v2.0.15 2026-03-04 02:32:15 +00:00
94e51003e9 Update hawser 2026-02-25 18:35:48 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -4,10 +4,10 @@ services:
image: ghcr.io/finsys/hawser:0.2.29@sha256:b6f8eabb5e839a1950fae5302db5a96e98dbe63e928e8178c3ca682aed008e26 image: ghcr.io/finsys/hawser:0.2.29@sha256:b6f8eabb5e839a1950fae5302db5a96e98dbe63e928e8178c3ca682aed008e26
restart: unless-stopped restart: unless-stopped
environment: environment:
- AGENT_NAME=${AGENT_NAME}
- TOKEN=${TOKEN} - TOKEN=${TOKEN}
- LOG_LEVEL=${LOG_LEVEL} - LOG_LEVEL=${LOG_LEVEL}
volumes: volumes:
- ./stacks:/data/stacks
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- 2376:2376 - 2376:2376

View File

@@ -1,7 +1,7 @@
services: services:
syncthing: syncthing:
container_name: syncthing container_name: syncthing
image: ghcr.io/syncthing/syncthing:2.0.14 image: ghcr.io/syncthing/syncthing:2.0.15
restart: unless-stopped restart: unless-stopped
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
environment: environment: