Compare commits

..

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

3 changed files with 2 additions and 7 deletions

3
gitea/.gitignore vendored
View File

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

View File

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

View File

@ -1,6 +1,6 @@
networks: networks:
gitea: gitea:
external: true external: false
caddy: caddy:
name: caddy name: caddy
driver: bridge driver: bridge
@ -30,7 +30,6 @@ services:
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL} - GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME} - GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME}
- CONFIG_FILE=/data/config.yaml
networks: networks:
- gitea - gitea
volumes: volumes: