refactor, split to two versions - cli and service

This commit is contained in:
Jev
2026-05-25 23:28:24 +02:00
parent 79d86961e3
commit 7188b20797
14 changed files with 335 additions and 69 deletions
@@ -0,0 +1,9 @@
services:
{{ cookiecutter.project_slug }}:
image: {{ cookiecutter.project_slug }}:latest # `inv deploy` rewrites the tag
container_name: {{ cookiecutter.project_slug }}
env_file: .env
user: "1000:1000"
restart: unless-stopped
security_opt:
- no-new-privileges:true