Compare commits
5 Commits
67101c211f
...
f304b6b377
| Author | SHA1 | Date | |
|---|---|---|---|
| f304b6b377 | |||
| da46b6dac2 | |||
| 0fc00d264e | |||
| c77dfcfc73 | |||
| 389c3b5e3b |
@@ -7,7 +7,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: pgadmin
|
container_name: pgadmin
|
||||||
image: dpage/pgadmin4:9.12.0
|
image: dpage/pgadmin4:9.13.0
|
||||||
ports:
|
ports:
|
||||||
- 8082:80
|
- 8082:80
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
# extends:
|
# extends:
|
||||||
# file: ${TEMPLATES_PATH}
|
# file: ${TEMPLATES_PATH}
|
||||||
# service: default
|
# service: default
|
||||||
image: louislam/uptime-kuma:2.1.3
|
image: louislam/uptime-kuma:2.2.0
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.10.2
|
FROM n8nio/n8n:2.11.1
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||||
|
|||||||
Reference in New Issue
Block a user