www.19yuke2.cn/docker-compose.yml

14 lines
168 B
YAML
Raw Normal View History

2023-08-05 11:31:59 +08:00
version: "3.8"
networks:
gitea:
services:
frontend:
build: ./19yuke2-frontend
ports:
- 80:80
2023-08-05 13:47:13 +08:00
container_name: 19yuke2-nginx
2023-08-05 11:31:59 +08:00
restart: always