refactoring #1
@ -25,7 +25,7 @@ droneci_exposed_ports:
|
|||||||
# droneci_volumes:
|
# droneci_volumes:
|
||||||
# # Instead of the name you could specify a path on the container host system,
|
# # Instead of the name you could specify a path on the container host system,
|
||||||
# # but you also have to enable bind mount for this volume
|
# # but you also have to enable bind mount for this volume
|
||||||
# - name: droneci-data
|
# - name: data
|
||||||
# # target location inside the container
|
# # target location inside the container
|
||||||
# dest: /var/lib/drone
|
# dest: /var/lib/drone
|
||||||
# # enable bind mount, if false volume will be configured as named volume
|
# # enable bind mount, if false volume will be configured as named volume
|
||||||
@ -33,21 +33,21 @@ droneci_exposed_ports:
|
|||||||
# bind: True
|
# bind: True
|
||||||
# @end
|
# @end
|
||||||
droneci_volumes:
|
droneci_volumes:
|
||||||
- name: droneci-data
|
- name: data
|
||||||
dest: /var/lib/drone
|
dest: /var/lib/drone
|
||||||
bind: False
|
bind: False
|
||||||
|
|
||||||
# @var droneci_networks:example: >
|
# @var droneci_networks:example: >
|
||||||
# droneci_networks:
|
# droneci_networks:
|
||||||
# - name: droneci
|
# - name: default
|
||||||
# # optional network driver, defaults to 'bride'
|
# # optional network driver, defaults to 'bride'
|
||||||
# driver: host
|
# driver: host
|
||||||
# @end
|
# @end
|
||||||
droneci_networks:
|
droneci_networks:
|
||||||
- name: droneci
|
- name: default
|
||||||
|
|
||||||
droneci_networks_applied:
|
droneci_networks_applied:
|
||||||
- droneci
|
- default
|
||||||
|
|
||||||
# @var droneci_memory_limit: $ "_unset_"
|
# @var droneci_memory_limit: $ "_unset_"
|
||||||
# @var droneci_memory_limit:example: $ "512m"
|
# @var droneci_memory_limit:example: $ "512m"
|
||||||
|
Loading…
Reference in New Issue
Block a user