mirror of
https://github.com/CoolnsX/selfhost.git
synced 2026-06-17 15:28:30 +05:30
I made leetle mistake
This commit is contained in:
+4
-1
@@ -1 +1,4 @@
|
|||||||
.env
|
*
|
||||||
|
*/
|
||||||
|
!docker-compose.yml
|
||||||
|
!env.example
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
gitea
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
data
|
|
||||||
config
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
data
|
|
||||||
letsencrypt
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
ntfy
|
|
||||||
Reference in New Issue
Block a user