[Unit] Description=Queue Ticket App After=podman.service network-online.target proxy-network.service Wants=network-online.target Requires=podman.service proxy-network.service [Container] ContainerName=queue Image=localhost/queue-app:latest Network=proxy.network IP=10.89.0.25 Environment=TZ=Asia/Seoul Environment=NODE_ENV=production Environment=PORT=3000 Volume=/etc/localtime:/etc/localtime:ro [Service] Restart=always RestartSec=5 [Install] WantedBy=multi-user.target