Updated .gitignore and made a removed networks from paperless docker-compose.env

This commit is contained in:
2025-08-18 00:35:34 +00:00
parent 05297cf246
commit ee80ecd87d
30 changed files with 81 additions and 658 deletions

10
docker-compose.yml Executable file → Normal file
View File

@@ -10,16 +10,10 @@ include:
# Global networks
networks:
arr_network:
driver: bridge
ipam:
config:
- subnet: 172.20.0.0/16
external: true
database_network:
driver: bridge
ipam:
config:
- subnet: 172.21.0.0/16
external: true
# Global volumes
volumes: