rename volumes and networks
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
122fbe3a2b
commit
5c4de44c6a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user