gitea: add to base profile
This commit is contained in:
parent
1b377930d9
commit
5f01c753f0
|
@ -519,6 +519,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/gitea:/data"
|
- "${DOCKER_STORAGE_PATH}/gitea:/data"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
profiles:
|
||||||
|
- base
|
||||||
|
|
||||||
gitearunner:
|
gitearunner:
|
||||||
container_name: gitearunner
|
container_name: gitearunner
|
||||||
|
|
Loading…
Reference in New Issue