Files
static.kovagoadi.hu/docker-compose.yaml
kovagoadi 8821942672
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 7s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 39s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 9s
Move to original base
2025-10-21 22:01:15 +02:00

9 lines
133 B
YAML

version: "3.9"
services:
web:
image: nginx:latest
ports:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro