All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m49s
sample gradle build and test / tag (push) Successful in 8s
sample gradle build and test / build_tag_push (push) Successful in 2m27s
Promote image with tag test to prod / tag (push) Successful in 7s
Promote image with tag test to prod / build_tag_push (push) Successful in 23s
15 lines
497 B
YAML
15 lines
497 B
YAML
services:
|
|
app:
|
|
image: gitea.hithomelabs.com/hithomelabs/cftunnels:${ENV}
|
|
container_name: cftunnels_${ENV}
|
|
ports:
|
|
- "${HOST_PORT:-5002}:8080
|
|
environment:
|
|
- CLOUDFLARE_ACCOUNT_ID=${CLOUDFLARE_ACCOUNT_ID}
|
|
- CLOUDFLARE_API_KEY=${CLOUDFLARE_API_KEY}
|
|
- CLOUDFLARE_EMAIL=${CLOUDFLARE_EMAIL}
|
|
- ENV=${ENV}
|
|
- OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID}
|
|
- OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET}
|
|
- HOST_PORT=${HOST_PORT}
|
|
restart: unless-stopped |