Compare commits
3 Commits
renovate/p
...
c91fed5321
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c91fed5321 | ||
| 37fca8eb77 | |||
|
|
c570f52fb8 |
@@ -13,7 +13,7 @@ services:
|
||||
|
||||
# PostgreSQL database service
|
||||
audiomuse-ai-postgres:
|
||||
image: postgres:18-alpine
|
||||
image: postgres:15-alpine
|
||||
container_name: audiomuse-postgres
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.25.2-rootless
|
||||
image: gitea/gitea:1.25.3-rootless
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
- shlink_db
|
||||
shlink_db:
|
||||
image: postgres:18
|
||||
image: postgres:17
|
||||
container_name: shlink_db
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
|
||||
spliit_db:
|
||||
image: postgres:18
|
||||
image: postgres:17
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Use the official PHP image with Apache
|
||||
FROM php:8.4-apache
|
||||
FROM php:8.5-apache
|
||||
|
||||
# Add Docker's official GPG key:
|
||||
RUN apt-get update &&\
|
||||
|
||||
Reference in New Issue
Block a user