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