Updated .gitignore and made a removed networks from paperless docker-compose.env
This commit is contained in:
18
compose/document-management.yml
Executable file → Normal file
18
compose/document-management.yml
Executable file → Normal file
@@ -113,18 +113,6 @@ services:
|
||||
volumes:
|
||||
- aidata:/app/data
|
||||
|
||||
networks:
|
||||
database_network:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
redisdata:
|
||||
external: true
|
||||
dbdata:
|
||||
external: true
|
||||
aidata:
|
||||
external: true
|
||||
|
||||
paperless-db:
|
||||
container_name: paperless-db
|
||||
image: mariadb:11
|
||||
@@ -147,4 +135,8 @@ volumes:
|
||||
retries: 10
|
||||
start_period: 30s
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- no-new-privileges:true
|
||||
|
||||
networks:
|
||||
database_network:
|
||||
external: true
|
0
compose/media-stack.yml
Executable file → Normal file
0
compose/media-stack.yml
Executable file → Normal file
0
compose/monitoring.yml
Executable file → Normal file
0
compose/monitoring.yml
Executable file → Normal file
0
compose/utility-stack.yml → compose/utilities.yml
Executable file → Normal file
0
compose/utility-stack.yml → compose/utilities.yml
Executable file → Normal file
Reference in New Issue
Block a user