20250225版本 #9

Merged
xxq250 merged 65 commits from develop into master 2025-02-25 11:05:19 +08:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit d51948a6ec - Show all commits

View File

@ -28,7 +28,10 @@ services:
networks:
- default
- app_net
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
environment:
GITEA_INSTANCE_URL: 'http://172.20.32.202:10082' # required
networks:
app_net:
external: true