refactoring #1

Merged
xoxys merged 10 commits from refactoring into master 2020-06-22 21:29:31 +00:00
Showing only changes of commit 5c4de44c6a - Show all commits

View File

@ -25,7 +25,7 @@ droneci_exposed_ports:
# droneci_volumes:
# # 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
# - name: droneci-data
# - name: data
# # target location inside the container
# dest: /var/lib/drone
# # enable bind mount, if false volume will be configured as named volume
@ -33,21 +33,21 @@ droneci_exposed_ports:
# bind: True
# @end
droneci_volumes:
- name: droneci-data
- name: data
dest: /var/lib/drone
bind: False
# @var droneci_networks:example: >
# droneci_networks:
# - name: droneci
# - name: default
# # optional network driver, defaults to 'bride'
# driver: host
# @end
droneci_networks:
- name: droneci
- name: default
droneci_networks_applied:
- droneci
- default
# @var droneci_memory_limit: $ "_unset_"
# @var droneci_memory_limit:example: $ "512m"