mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-21 15:19:25 +00:00
Compare commits
No commits in common. "81b2788651ce8ed177f90051c15d2f6cfed5e57c" and "60b9938484a26fc5ae652f8900d96c4ff8f0a2ec" have entirely different histories.
81b2788651
...
60b9938484
3
gitea/.gitignore
vendored
3
gitea/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/data/*
|
||||
/act-data/*
|
||||
!/act-data/config.yaml
|
||||
!.gitkeep
|
||||
!.gitkeep
|
@ -1,3 +0,0 @@
|
||||
container:
|
||||
network: gitea
|
||||
options: ""
|
@ -1,6 +1,6 @@
|
||||
networks:
|
||||
gitea:
|
||||
external: true
|
||||
external: false
|
||||
caddy:
|
||||
name: caddy
|
||||
driver: bridge
|
||||
@ -30,7 +30,6 @@ services:
|
||||
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
|
||||
- GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME}
|
||||
- CONFIG_FILE=/data/config.yaml
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user