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

15 lines
278 B
Plaintext
Raw Permalink Normal View History

2023-11-12 09:59:05 +00:00
[Unit]
Description=Little Lines backend container
[Container]
ContainerName=little-lines-backend
Image=localhost/little-lines-backend
PublishPort=5001:5001
2024-06-03 09:15:17 +00:00
Volume= /path/to/env:/opt/ll-backend/.env
2023-11-12 09:59:05 +00:00
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target