forked from jchomaz/Vulture
feat: Introduce Quadlet units for dev/prod VApp containers and a custom network, update existing container configurations, and enhance documentation.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
[Unit]
|
||||
Description=Application Node.js VNode
|
||||
Requires=vulture.pod
|
||||
After=vulture.pod
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Requires=nanomq.service
|
||||
After=nanomq.service
|
||||
|
||||
[Container]
|
||||
Image=localhost/vnode:latest
|
||||
ContainerName=vnode
|
||||
Pod=vulture
|
||||
Network=vulture-net.network
|
||||
|
||||
[Install]
|
||||
WantedBy=vulture.pod
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user