feat: add logs mapping for aliyun logtail

pull/21891/head
ytqh 1 year ago
parent 52e3789363
commit 2828eb6c98

@ -26,6 +26,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default
@ -55,6 +57,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default
@ -78,6 +82,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default

@ -536,6 +536,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default
@ -565,6 +567,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default
@ -588,6 +592,8 @@ services:
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
# Mount the log directory from the container to the host
- ./volumes/app/logs:/app/logs
networks:
- ssrf_proxy_network
- default

Loading…
Cancel
Save