chore: add gitea ci/cd skeleton
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
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
This commit is contained in:
10
docker-compose.staging.yml
Normal file
10
docker-compose.staging.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user