-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathdocker-compose.bump.yml
More file actions
72 lines (49 loc) · 1.02 KB
/
docker-compose.bump.yml
File metadata and controls
72 lines (49 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
services:
mysql:
image: mysql:8.0.33
mariadb:
image: mariadb:10.11.5
redis:
image: redis:7.0.0-alpine
memcached:
image: memcached:1.6.15-alpine
php:
image: php:8.4.11-fpm-alpine
composer:
image: composer:2.8.11
nginx:
image: nginx:1.29.1-alpine
nginx-unit:
image: docker.io/nginx/unit:1.35.0-minimal
rabbitmq:
image: rabbitmq:3.9.0-management-alpine
postgresql:
image: postgres:14.0-alpine
mongodb:
image: mongo:5.0.3
phpmyadmin:
image: phpmyadmin:5.2.0
httpd:
image: httpd:2.4.53-alpine
minio:
image: minio/minio:RELEASE.2022-10-24T18-35-07Z
kong:
image: kong:2.8.1-alpine
node:
image: node:20.5.1-alpine
go:
image: golang:1.25.6-alpine
alpine:
image: alpine:3.20
python:
image: python:3.13.0-alpine
deno:
image: denoland/deno:1.31.1
docker-binfmt:
image: tonistiigi/binfmt:latest
docker:
image: docker:23.0.5
gogs:
image: gogs/gogs:0.13
acme.sh:
image: neilpang/acme.sh:3.1.0