feat: add docker-compose.yml
This commit is contained in:
parent
440b83a3c0
commit
ae3f6d45f5
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
gitea:
|
||||||
|
|
||||||
|
services:
|
||||||
|
frontend:
|
||||||
|
build: ./19yuke2-frontend
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
container_name: nginx
|
||||||
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user