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
10 lines
291 B
YAML
10 lines
291 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
image: ${REGISTRY:-registry.local}/${IMAGE_NAME:-mon-projet}:${IMAGE_TAG:?vX.Y.Z_required}
|
|
env_file:
|
|
- /opt/mon-projet/env/prod/.env
|
|
restart: unless-stopped
|
|
command: ["sh", "-c", "echo Replace this command with your application start"]
|