feat: add docker-compose.yml

This commit is contained in:
thehrz 2023-08-05 11:31:59 +08:00
parent 440b83a3c0
commit ae3f6d45f5
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: "3.8"
networks:
gitea:
services:
frontend:
build: ./19yuke2-frontend
ports:
- 80:80
container_name: nginx
restart: always