This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
backend/little-lines-backend.container.example
2024-06-03 16:15:17 +07:00

15 lines
278 B
Plaintext

[Unit]
Description=Little Lines backend container
[Container]
ContainerName=little-lines-backend
Image=localhost/little-lines-backend
PublishPort=5001:5001
Volume= /path/to/env:/opt/ll-backend/.env
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target