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_db
|
||||
gitea/volumes/*
|
||||
volumes/*
|
||||
traefik/certs/*
|
||||
models/*
|
||||
.env*
|
||||
traefik/letsencrypt/acme.json
|
||||
edu_master/volumes/
|
||||
dockmon/dockmon_data/
|
||||
portainer_data/*
|
||||
adguardhome/*
|
||||
.python-version
|
||||
gitea/*
|
||||
gitea/gitea-data/
|
||||
traefik/logs/*
|
||||
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- gitea-db
|
||||
- traefik-proxy
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
- ./gitea-data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
labels:
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
- gitea-db
|
||||
volumes:
|
||||
- ./volumes/gitea/postgres:/var/lib/postgresql/data
|
||||
- ./gitea-db:/var/lib/postgresql/data
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
Reference in New Issue
Block a user