Files
templates/docker-compose.template
2026-02-12 23:56:22 +00:00

8 lines
170 B
Plaintext

services:
__REPO_NAME__:
image: __FULL_URL__:__BUILD_TAG__
container_name: __REPO_NAME__
restart: unless-stopped
__PORTS_BLOCK__
__ENV_BLOCK__
__VOL_BLOCK__