rename volumes and networks
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-18 16:07:23 +02:00
parent 122fbe3a2b
commit 5c4de44c6a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 5 additions and 5 deletions

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"