-
Notifications
You must be signed in to change notification settings - Fork 1
/
docker-compose.override.yml
61 lines (44 loc) · 1.75 KB
/
docker-compose.override.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
# IMPORTANT: The version must match the version of docker-compose.yml
version: '2.1'
################################################################################
# SERVICES
################################################################################
# # services:
# # # Custom setup for Docker image here:
# # builddocs:
# # image: jekyll/jekyll
# # hostname: builder
# # command: jekyll ${JEKYLL_BUILD} ${JEKYLL_CONF_EXEC}
# # volumes:
# # - ${JEKYLL_PATH}:/srv/jekyll:rw${MOUNT_OPTIONS}
# # - jekyll-bundles:/usr/local/bundle:rw${MOUNT_OPTIONS}
# # environment:
# # ##
# # ## Debug/Logging
# # ##
# # - DEBUG_ENTRYPOINT=${DEBUG_COMPOSE_ENTRYPOINT}
# # - DEBUG_COMPOSE_ENTRYPOINT
# # - DOCKER_LOGS
# # # End of custom Docker image
# # # Custom setup for Docker image here:
# # httpsjekyll:
# # image: jekyll/jekyll
# # hostname: httpsjekyll
# # ports:
# # - '4000:4000'
# # networks:
# # app_net:
# # ipv4_address: 172.16.238.20
# # command: "jekyll serve --ssl-key ./assets/hostconfig/localhost-key.pem --ssl-cert ./assets/hostconfig/localhost.pem --trace --config _config.yml,assets/jekyllconfig/_config_development.yml"
# # volumes:
# # - ${JEKYLL_PATH}:/srv/jekyll:rw${MOUNT_OPTIONS}
# # - jekyll-bundles:/usr/local/bundle:rw${MOUNT_OPTIONS}
# # environment:
# # ##
# # ## Debug/Logging
# # ##
# # - DEBUG_ENTRYPOINT=${DEBUG_COMPOSE_ENTRYPOINT}
# # - DEBUG_COMPOSE_ENTRYPOINT
# # - DOCKER_LOGS
# # - JEKYLL_ENV=docker
# # # End of custom Docker image