mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
gitea
This commit is contained in:
parent
152404dd6e
commit
e0fe7a4c85
@ -1,7 +1,6 @@
|
|||||||
# image: https://hub.docker.com/r/gitea/gitea
|
# image: https://hub.docker.com/r/gitea/gitea
|
||||||
# docs: https://docs.gitea.io/zh-cn/install-with-docker
|
# docs: https://docs.gitea.io/zh-cn/install-with-docker
|
||||||
|
|
||||||
|
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -26,3 +25,6 @@ networks:
|
|||||||
default:
|
default:
|
||||||
name: ${APP_NETWORK}
|
name: ${APP_NETWORK}
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
gitea:
|
Loading…
Reference in New Issue
Block a user