添加 CI 工作流和 Docker Compose 配置以构建和部署容器镜像
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
domain-redir:
|
||||
image: reg.liteyuki.org/liteyuki/new-domain-redir:latest
|
||||
restart: always
|
||||
container_name: domain-redir
|
||||
networks:
|
||||
- liteyuki-network
|
||||
|
||||
networks:
|
||||
liteyuki-network:
|
||||
external: true
|
Reference in New Issue
Block a user