This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapps.yml
69 lines (65 loc) · 2.01 KB
/
apps.yml
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
- name: nginx
version: '1.0'
description: Popular webserver and proxy
image: https://pbs.twimg.com/profile_images/567774844322713600/tYoVju31.png
dockerCompose: |
version: '3.0'
services:
www:
image: nginx
bigboatCompose: |
name: nginx
version: '1.0'
- name: docker-registry
version: '2.6'
description: Repository for docker images
image: https://www.thitiblog.com/wp-content/uploads/2016/10/docker_registry.png
dockerCompose: |
version: '3.0'
services:
www:
image: registry:2.6
deploy:
resources:
limits:
memory: 2G
environment:
- REGISTRY_VERSION=0.1
- REGISTRY_LOG_LEVEL=info
- REGISTRY_LOG_FIELDS_SERVICE=registry
- REGISTRY_LOG_FIELDS_ENVIRONMENT=production
- REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR=inmemory
- REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=/docker-registry/
- REGISTRY_STORAGE_DELETE_ENABLED=true
- 'REGISTRY_HTTP_ADDR=:5000'
- REGISTRY_HTTP_HEADERS_X-CONTENT-TYPE-OPTIONS=[nosniff]
- REGISTRY_HEALTH_STORAGEDRIVER_ENABLED=true
- REGISTRY_HEALTH_STORAGEDRIVER_INTERVAL=10s
- REGISTRY_HEALTH_STORAGEDRIVER_THRESHOLD=3
volumes:
- /docker-registry
gui:
image: hyper/docker-registry-web:v0.1.2
environment:
- REGISTRY_URL=http://www:5000/v2
- REGISTRY_NAME=www
- REGISTRY_READONLY=false
bigboatCompose: |
name: docker-registry
version: '2.6'
gui:
endpoint: :8080
- name: mongo-express
version: latest
description: User interface to manage a Mongo database
image: https://raw.githubusercontent.com/mongo-express/mongo-express-docker/master/logo.png
dockerCompose: |
version: '3.0'
services:
www:
image: knickers/mongo-express
environment:
- ME_CONFIG_MONGODB_SERVER=mongodb
bigboatCompose: |
name: mongo-express
version: 'latest'