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