1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00
This commit is contained in:
kev
2025-03-06 13:30:24 +08:00
parent ff58eef4f9
commit c861266fe9

View File

@@ -3,7 +3,7 @@ version: "3.8"
services:
semaphore:
image: semaphoreui/semaphore:v2.10.12
image: semaphoreui/semaphore:v2.12.14
ports:
- "3000:3000"
volumes:
@@ -29,7 +29,7 @@ services:
restart: unless-stopped
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- "5432:5432"
volumes: