Skip to content

Commit

Permalink
Upgrade services
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
spantaleev committed Sep 23, 2024
1 parent 97f5cbb commit a2c3523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/services/core/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: docker.io/postgres:16.3-alpine
image: docker.io/postgres:16.4-alpine
user: ${UID}:${GID}
restart: unless-stopped
environment:
Expand All @@ -13,7 +13,7 @@ services:
- /etc/passwd:/etc/passwd:ro

synapse:
image: ghcr.io/element-hq/synapse:v1.114.0
image: ghcr.io/element-hq/synapse:v1.115.0
user: "${UID}:${GID}"
restart: unless-stopped
entrypoint: python
Expand Down
2 changes: 1 addition & 1 deletion etc/services/ollama/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ollama:
image: docker.io/ollama/ollama:0.3.9
image: docker.io/ollama/ollama:0.3.11
restart: unless-stopped
ports:
- "${SERVICE_OLLAMA_BIND_PORT_HTTP}:11434"
Expand Down

0 comments on commit a2c3523

Please sign in to comment.