moved gitea compose file to a sepparated directory
update gitignore accordingly &cleanup
This commit is contained in:
+2
-4
@@ -1,14 +1,12 @@
|
|||||||
sync.ffs_lock
|
sync.ffs_lock
|
||||||
.sync.ffs_db
|
.sync.ffs_db
|
||||||
|
gitea/volumes/*
|
||||||
volumes/*
|
volumes/*
|
||||||
traefik/certs/*
|
traefik/certs/*
|
||||||
models/*
|
|
||||||
.env*
|
.env*
|
||||||
traefik/letsencrypt/acme.json
|
traefik/letsencrypt/acme.json
|
||||||
edu_master/volumes/
|
|
||||||
dockmon/dockmon_data/
|
|
||||||
portainer_data/*
|
portainer_data/*
|
||||||
adguardhome/*
|
adguardhome/*
|
||||||
.python-version
|
.python-version
|
||||||
gitea/*
|
gitea/gitea-data/
|
||||||
traefik/logs/*
|
traefik/logs/*
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- gitea-db
|
- gitea-db
|
||||||
- traefik-proxy
|
- traefik-proxy
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- ./gitea-data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- gitea-db
|
- gitea-db
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/gitea/postgres:/var/lib/postgresql/data
|
- ./gitea-db:/var/lib/postgresql/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea:
|
gitea:
|
||||||
Reference in New Issue
Block a user