add volumes to graphite podman
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 45m21s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 45m21s
This commit is contained in:
@@ -20,6 +20,9 @@ podman run \
|
||||
-p 2023-2024:2023-2024 \
|
||||
-p 8125:8125/udp \
|
||||
-p 8126:8126 \
|
||||
-v graphite_configs:/opt/graphite/conf \
|
||||
-v graphite_data:/opt/graphite/storage \
|
||||
-v graphite_statsd_config:/opt/statsd/config \
|
||||
ghcr.io/deniszh/graphite-statsd > podman/incubating/graphite/graphite.container
|
||||
```
|
||||
|
||||
@@ -31,6 +34,6 @@ scp podman/incubating/graphite/graphite.network $PODMAN_SERVER:/etc/containers/s
|
||||
scp podman/incubating/graphite/graphite.container $PODMAN_SERVER:/etc/containers/systemd/
|
||||
|
||||
ssh $PODMAN_SERVER systemctl daemon-reload
|
||||
ssh $PODMAN_SERVER systemctl enable --now graphite.network
|
||||
ssh $PODMAN_SERVER systemctl enable --now graphite.service
|
||||
ssh $PODMAN_SERVER systemctl start graphite.network
|
||||
ssh $PODMAN_SERVER systemctl start graphite.service
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user