init/docker-compose.yaml
Martin 9eda3ac981
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 14s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22m24s
[+] 历史版本兼容
2025-01-13 21:12:49 +08:00

20 lines
354 B
YAML

x-app-config: &app-config
command: bash
working_dir: /app
volumes:
- ./:/app
services:
debian:
<<: *app-config
image: docker.martin98.com/library/debian:latest
ubuntu:
<<: *app-config
image: docker.martin98.com/library/ubuntu:latest
ubuntu-2204:
<<: *app-config
image: docker.martin98.com/library/ubuntu:22.04