Files
registry_ci-cd/docker-compose.staging.yml
R-DEV 10d8647b50
Some checks failed
CI / commitlint (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / commitlint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
chore: add gitea ci/cd skeleton
2025-11-23 22:48:54 +01:00

11 lines
328 B
YAML

version: "3.8"
services:
app:
image: ${REGISTRY:-registry.local}/${IMAGE_NAME:-mon-projet}:latest
env_file:
- /opt/mon-projet/env/staging/.env
restart: unless-stopped
# TODO: expose ports/volumes command to fit your app
command: ["sh", "-c", "echo Replace this command with your application start"]