I made leetle mistake

This commit is contained in:
coolnsx
2024-02-03 14:30:34 +05:30
parent 9bd9f4db0f
commit 36816681c7
6 changed files with 4 additions and 24 deletions

5
.gitignore vendored
View File

@@ -1 +1,4 @@
.env *
*/
!docker-compose.yml
!env.example

1
gitea/.gitignore vendored
View File

@@ -1 +0,0 @@
gitea

View File

@@ -1,2 +0,0 @@
data
config

View File

@@ -1,17 +0,0 @@
services:
headscale:
container_name: headscale
image: headscale/headscale:latest
command: headscale serve
restart: unless-stopped
volumes:
- ./config:/etc/headscale/
- ./data:/var/lib/headscale/
networks:
- nginx_proxy
ports:
- "3478:3478/udp"
networks:
nginx_proxy:
external: true

View File

@@ -1,2 +0,0 @@
data
letsencrypt

1
ntfy/.gitignore vendored
View File

@@ -1 +0,0 @@
ntfy