Files
inventory-flo-debezium-nats/linux-files/dot_config/containers/systemd/cdc-seed.container
T
2026-08-11 20:42:44 +01:00

19 lines
473 B
INI

[Unit]
Description=CDC demo seed data
Requires=cdc-postgres.service cdc-debezium.service
After=cdc-postgres.service cdc-debezium.service
[Container]
Image=docker.io/library/postgres:18-alpine
Network=cdc.network
Environment=PGHOST=cdc-postgres
Environment=PGUSER=postgres
Environment=PGPASSWORD=postgres
Environment=PGDATABASE=postgres
Volume=%h/.local/share/live-inventory-cdc-demo/scripts:/scripts:ro,Z
Exec=sh /scripts/seed.sh
[Service]
Restart=no
TimeoutStartSec=180