Compare commits

..

No commits in common. "81b2788651ce8ed177f90051c15d2f6cfed5e57c" and "60b9938484a26fc5ae652f8900d96c4ff8f0a2ec" have entirely different histories.

3 changed files with 2 additions and 7 deletions

1
gitea/.gitignore vendored
View File

@ -1,4 +1,3 @@
/data/*
/act-data/*
!/act-data/config.yaml
!.gitkeep

View File

@ -1,3 +0,0 @@
container:
network: gitea
options: ""

View File

@ -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: