Add container configurations for FlareSolverr and ConvertX services
This commit is contained in:
15
pods/vpnstack/vpnstack.pod
Normal file
15
pods/vpnstack/vpnstack.pod
Normal file
@@ -0,0 +1,15 @@
|
||||
# /Users/samue/Documents/quadlets/pods/vpnstack/vpnstack.pod
|
||||
[Unit]
|
||||
Description=VPN Stack Pod
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Pod]
|
||||
# Name of the pod
|
||||
Name=vpnstack
|
||||
# Enable network for the pod
|
||||
Network=bridge
|
||||
|
||||
[Service]
|
||||
# Restart policy for the pod
|
||||
Restart=always
|
||||
Reference in New Issue
Block a user